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

Fixed: Already imported downloads appearing in Queue briefly

This commit is contained in:
Bogdan
2024-06-30 20:47:00 +03:00
committed by GitHub
parent 143ccb1e2a
commit 8099ba10af
2 changed files with 7 additions and 3 deletions
@@ -44,6 +44,7 @@ namespace NzbDrone.Core.Test.QueueTests
_trackedDownloads = Builder<TrackedDownload>.CreateListOfSize(1)
.All()
.With(v => v.IsTrackable = true)
.With(v => v.DownloadItem = downloadItem)
.With(v => v.RemoteEpisode = remoteEpisode)
.Build()