mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05:00
* 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
Block a user