mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 16:58:51 -05:00
* sort by popularity
This commit is contained in:
parent
60ae91e33e
commit
6c862b73eb
@ -66,7 +66,7 @@ public final class WebServices {
|
||||
public static final XattrMetaInfoProvider XattrMetaData = new XattrMetaInfoProvider();
|
||||
|
||||
public static EpisodeListProvider[] getEpisodeListProviders() {
|
||||
return new EpisodeListProvider[] { TheTVDB, AniDB, TVRage };
|
||||
return new EpisodeListProvider[] { TheTVDB, TVRage, AniDB };
|
||||
}
|
||||
|
||||
public static MovieIdentificationService[] getMovieIdentificationServices() {
|
||||
|
Loading…
Reference in New Issue
Block a user