mirror of https://github.com/lidarr/Lidarr
And the same fix for the actual import.
This commit is contained in:
parent
8438ee0a52
commit
46da14f3bf
|
@ -36,6 +36,11 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
|||
return Decision.Accept();
|
||||
}
|
||||
|
||||
if (!folderInfo.EpisodeNumbers.Any())
|
||||
{
|
||||
return Decision.Accept();
|
||||
}
|
||||
|
||||
if (folderInfo.FullSeason)
|
||||
{
|
||||
return Decision.Accept();
|
||||
|
|
Loading…
Reference in New Issue