* make sure special episodes are matched to S00Exx files

This commit is contained in:
Reinhard Pointner 2012-09-08 07:25:18 +00:00
parent 233f4c1aac
commit 2631ceda0a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public enum EpisodeMetrics implements SimilarityMetric {
Episode episode = (Episode) object;
if (episode.getSpecial() != null) {
return emptySet(); // make sure specials can't take priority over normal episodes
return singleton(new SxE(0, episode.getSpecial()));
}
// get SxE from episode, both SxE for season/episode numbering and SxE for absolute episode numbering