1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Experiment with PGP signed messages

This commit is contained in:
Reinhard Pointner 2018-06-14 13:39:48 +07:00
parent 63e5b2ecdb
commit 25a0253b20
2 changed files with 2 additions and 1 deletions

View File

@ -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}

View File

@ -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"));