mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
And the same fix for the actual import.
This commit is contained in:
+5
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user