* remove OSDB from Movie data sources

This commit is contained in:
Reinhard Pointner 2014-07-24 13:43:45 +00:00
parent 5cb5d82e83
commit ebf876022a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public final class WebServices {
} }
public static MovieIdentificationService[] getMovieIdentificationServices() { public static MovieIdentificationService[] getMovieIdentificationServices() {
return new MovieIdentificationService[] { TheMovieDB, IMDb, OpenSubtitles }; return new MovieIdentificationService[] { TheMovieDB, IMDb };
} }
public static SubtitleProvider[] getSubtitleProviders() { public static SubtitleProvider[] getSubtitleProviders() {