* remove OSDB from Movie data sources
This commit is contained in:
parent
5cb5d82e83
commit
ebf876022a
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue