Only add episodes without intro/credit to episodesWithoutIntros (#145)
This commit is contained in:
parent
0d8c8b2246
commit
90ec690e27
@ -166,7 +166,10 @@ public class ChromaprintAnalyzer : IMediaFileAnalyzer
|
||||
}
|
||||
|
||||
// If no intro is found at this point, the popped episode is not reinserted into the queue.
|
||||
episodesWithoutIntros.Add(currentEpisode);
|
||||
if (!seasonIntros.ContainsKey(currentEpisode.EpisodeId))
|
||||
{
|
||||
episodesWithoutIntros.Add(currentEpisode);
|
||||
}
|
||||
}
|
||||
|
||||
// If cancellation was requested, report that no episodes were analyzed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user