mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* update anidb client identification
This commit is contained in:
parent
a35aa77bb8
commit
fedd10f687
@ -20,7 +20,9 @@ apikey.tvrage: 5AhRvLfKAP10unE9Vnfr
|
||||
apikey.themoviedb: 66308fb6e3fd850dde4c7d21df2e8306
|
||||
apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb
|
||||
apikey.acoustid: 0B3qZnQc
|
||||
apikey.anidb: filebot
|
||||
|
||||
# api keys used by the appstore distribution
|
||||
apikey.private.thetvdb: 5F6E873A88CF70D9
|
||||
apikey.private.tvrage: mugksCbTg35PLBIhCXdG
|
||||
apikey.private.anidb: filebotappstore
|
||||
|
@ -48,7 +48,7 @@ public final class WebServices {
|
||||
|
||||
// episode dbs
|
||||
public static final TVRageClient TVRage = new TVRageClient(getApiKey("tvrage"));
|
||||
public static final AnidbClient AniDB = new AnidbClientWithLocalSearch(getApplicationName().toLowerCase(), 5);
|
||||
public static final AnidbClient AniDB = new AnidbClientWithLocalSearch(getApiKey("anidb"), 6);
|
||||
|
||||
// extended TheTVDB module with local search
|
||||
public static final TheTVDBClientWithLocalSearch TheTVDB = new TheTVDBClientWithLocalSearch(getApiKey("thetvdb"));
|
||||
|
Loading…
Reference in New Issue
Block a user