mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-06 05:36:12 +00:00
And the same fix for the actual import.
This commit is contained in:
@@ -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