mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
And the same fix for the actual import.
This commit is contained in:
parent
8438ee0a52
commit
46da14f3bf
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||||
return Decision.Accept();
|
return Decision.Accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!folderInfo.EpisodeNumbers.Any())
|
||||||
|
{
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
|
||||||
if (folderInfo.FullSeason)
|
if (folderInfo.FullSeason)
|
||||||
{
|
{
|
||||||
return Decision.Accept();
|
return Decision.Accept();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue