mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 13:28:02 -05:00
Experiment with PGP signed messages
This commit is contained in:
parent
63e5b2ecdb
commit
25a0253b20
@ -22,6 +22,7 @@ link.bugs: @{link.bugs}
|
||||
link.channel: @{link.channel}
|
||||
link.help: @{link.help}
|
||||
link.help.mas: @{link.help.mas}
|
||||
link.help.mws: @{link.help.mws}
|
||||
|
||||
apikey.fanart.tv: @{apikey.fanart.tv}
|
||||
apikey.thetvdb: @{apikey.thetvdb}
|
||||
|
@ -58,7 +58,7 @@ public final class WebServices {
|
||||
|
||||
// episode sources
|
||||
public static final TVMazeClient TVmaze = new TVMazeClient();
|
||||
public static final AnidbClient AniDB = new AnidbClientWithLocalSearch(getApiKey("anidb"), 6);
|
||||
public static final AnidbClient AniDB = new AnidbClientWithLocalSearch(getApiKey("anidb"), 7);
|
||||
|
||||
// extended TheTVDB module with local search
|
||||
public static final TheTVDBClientWithLocalSearch TheTVDB = new TheTVDBClientWithLocalSearch(getApiKey("thetvdb"));
|
||||
|
Loading…
Reference in New Issue
Block a user