mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
Fixed: Incorrectly treating single episode releases as full season releases
This commit is contained in:
parent
80b2e605a9
commit
a5a02ce90e
2 changed files with 12 additions and 4 deletions
|
@ -336,7 +336,8 @@ namespace NzbDrone.Core.Parser
|
|||
var count = last - first + 1;
|
||||
result.AbsoluteEpisodeNumbers = Enumerable.Range(first, count).ToArray();
|
||||
}
|
||||
else
|
||||
|
||||
if (!episodeCaptures.Any() && !absoluteEpisodeCaptures.Any())
|
||||
{
|
||||
//Check to see if this is an "Extras" or "SUBPACK" release, if it is, return NULL
|
||||
//Todo: Set a "Extras" flag in EpisodeParseResult if we want to download them ever
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue