mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Parser now ignores daily episodes from the future.
This commit is contained in:
parent
d0d9c44124
commit
03aa27c45c
5 changed files with 45 additions and 27 deletions
|
@ -155,7 +155,7 @@ namespace NzbDrone.Core.Test.ProviderTests.LogProviderTests
|
|||
|
||||
//Assert
|
||||
var result = Db.Fetch<Log>();
|
||||
result.Should().HaveCount(21);
|
||||
result.Should().HaveCount(20);
|
||||
result.Should().OnlyContain(s => s.Time > DateTime.Now.AddDays(-30));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue