mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 17:28: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 final XattrMetaInfoProvider XattrMetaData = new XattrMetaInfoProvider();
|
||||||
|
|
||||||
public static EpisodeListProvider[] getEpisodeListProviders() {
|
public static EpisodeListProvider[] getEpisodeListProviders() {
|
||||||
return new EpisodeListProvider[] { TheTVDB, AniDB, TVRage };
|
return new EpisodeListProvider[] { TheTVDB, TVRage, AniDB };
|
||||||
}
|
}
|
||||||
|
|
||||||
public static MovieIdentificationService[] getMovieIdentificationServices() {
|
public static MovieIdentificationService[] getMovieIdentificationServices() {
|
||||||
|
Loading…
Reference in New Issue
Block a user