mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +00: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 @@ public Decision IsSatisfiedBy(LocalEpisode localEpisode)
|
||||||
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…
Reference in a new issue