mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed notifications, episodestatus test
This commit is contained in:
parent
d55e2606ad
commit
ed4976de90
2 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@ namespace NzbDrone.Core.Test
|
|||
.With(e => e.AirDate = DateTime.Now.AddDays(offsetDays))
|
||||
.With(e => e.Ignored = ignored)
|
||||
.With(e => e.EpisodeFileId = 0)
|
||||
.With(e => e.GrabDate = DateTime.Now.AddDays(-1))
|
||||
.With(e => e.GrabDate = DateTime.Now.AddHours(22))
|
||||
.Build();
|
||||
|
||||
if (hasEpisodes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue