* fix special multi-episode matching

This commit is contained in:
Reinhard Pointner 2015-09-09 13:05:19 +00:00
parent 54603de373
commit 854eb80119
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class EpisodeMatcher extends Matcher<File, Object> {
}
}
seqIndex = it.getEpisode();
seqIndex = it.getEpisode() != null ? it.getEpisode() : it.getSpecial();
}
// check drill-down integrity