mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
* forgot to commit this one, part of r462
This commit is contained in:
parent
a5bc17e724
commit
41e3c9ed9e
@ -24,7 +24,7 @@ public final class WebServices {
|
||||
|
||||
// episode dbs
|
||||
public static final TVRageClient TVRage = new TVRageClient();
|
||||
public static final AnidbClient AniDB = new AnidbClient();
|
||||
public static final AnidbClient AniDB = new AnidbClient("filebot", 1);
|
||||
public static final TVDotComClient TVDotCom = new TVDotComClient();
|
||||
public static final IMDbClient IMDb = new IMDbClient();
|
||||
public static final TheTVDBClient TheTVDB = new TheTVDBClient(getApplicationProperty("thetvdb.apikey"));
|
||||
|
Loading…
Reference in New Issue
Block a user