mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
And the same fix for the actual import.
This commit is contained in:
parent
8438ee0a52
commit
46da14f3bf
@ -36,6 +36,11 @@ public Decision IsSatisfiedBy(LocalEpisode localEpisode)
|
||||
return Decision.Accept();
|
||||
}
|
||||
|
||||
if (!folderInfo.EpisodeNumbers.Any())
|
||||
{
|
||||
return Decision.Accept();
|
||||
}
|
||||
|
||||
if (folderInfo.FullSeason)
|
||||
{
|
||||
return Decision.Accept();
|
||||
|
Loading…
Reference in New Issue
Block a user