1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* fix special multi-episode matching

This commit is contained in:
Reinhard Pointner 2015-09-09 13:05:19 +00:00
parent 54603de373
commit 854eb80119

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