1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Avoid import loop for already imported episodes part of season packs

Closes #6075
This commit is contained in:
Bogdan
2023-10-29 00:45:47 +03:00
committed by GitHub
parent 59ea524e0c
commit b183743d9f
2 changed files with 6 additions and 1 deletions
@@ -123,7 +123,7 @@ namespace NzbDrone.Core.Test.MediaFiles.EpisodeImport.Specifications
GivenHistory(history);
Subject.IsSatisfiedBy(_localEpisode, _downloadClientItem).Accepted.Should().BeTrue();
Subject.IsSatisfiedBy(_localEpisode, _downloadClientItem).Accepted.Should().BeFalse();
}
}
}