Disable experimental TheTVDBv2 client for stable release

This commit is contained in:
Reinhard Pointner 2017-05-19 03:14:00 +08:00
parent b209a58db1
commit 00f6cb2e12
1 changed files with 2 additions and 2 deletions

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.TheTVDBClient;
import net.filebot.web.TheTVDBClientV1;
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 TheTVDBClient {
public static class TheTVDBClientWithLocalSearch extends TheTVDBClientV1 {
public TheTVDBClientWithLocalSearch(String apikey) {
super(apikey);