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

REVERT: Disable experimental TheTVDBv2 client for stable release

(fingers crossed)
This commit is contained in:
Reinhard Pointner 2017-05-19 03:18:24 +08:00
parent 00f6cb2e12
commit 79d0181a08

View File

@ -39,7 +39,7 @@ import net.filebot.web.SubtitleSearchResult;
import net.filebot.web.TMDbClient;
import net.filebot.web.TMDbTVClient;
import net.filebot.web.TVMazeClient;
import net.filebot.web.TheTVDBClientV1;
import net.filebot.web.TheTVDBClient;
import net.filebot.web.VideoHashSubtitleService;
/**
@ -122,7 +122,7 @@ public final class WebServices {
public static final ExecutorService requestThreadPool = Executors.newCachedThreadPool();
public static class TheTVDBClientWithLocalSearch extends TheTVDBClientV1 {
public static class TheTVDBClientWithLocalSearch extends TheTVDBClient {
public TheTVDBClientWithLocalSearch(String apikey) {
super(apikey);