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

* 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

View File

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