And the same fix for the actual import.

pull/6/head
Taloth Saldono 9 years ago
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…
Cancel
Save