1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 23:42:33 +01:00

And the same fix for the actual import.

This commit is contained in:
Taloth Saldono 2015-03-01 23:19:49 +01:00
parent 8438ee0a52
commit 46da14f3bf

View File

@ -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();