* sort by popularity

This commit is contained in:
Reinhard Pointner 2014-08-11 05:53:12 +00:00
parent 60ae91e33e
commit 6c862b73eb
1 changed files with 1 additions and 1 deletions

View File

@ -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() {