mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Enable Anime-characteristics auto-matching when dealing with Anime in Smart Mode
This commit is contained in:
parent
d424f661ee
commit
28c1f4fd38
@ -32,7 +32,7 @@ class AutoDetectMatcher implements AutoCompleteMatcher {
|
||||
|
||||
private AutoCompleteMatcher movie = new MovieMatcher(TheMovieDB);
|
||||
private AutoCompleteMatcher episode = new EpisodeListMatcher(TheTVDB, false);
|
||||
private AutoCompleteMatcher anime = new EpisodeListMatcher(AniDB, false);
|
||||
private AutoCompleteMatcher anime = new EpisodeListMatcher(AniDB, true);
|
||||
private AutoCompleteMatcher music = new MusicMatcher(MediaInfoID3, AcoustID);
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user