mirror of
https://github.com/Readarr/Readarr
synced 2026-01-18 21:43:27 +01:00
Fixed: Don't process downloads removed from the client
This commit is contained in:
parent
f7c05d98a9
commit
fed67044f0
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ public DownloadProcessingService(IConfigService configService,
|
|||
public void Execute(ProcessMonitoredDownloadsCommand message)
|
||||
{
|
||||
var enableCompletedDownloadHandling = _configService.EnableCompletedDownloadHandling;
|
||||
var removeCompletedDownloads = _configService.RemoveCompletedDownloads;
|
||||
var trackedDownloads = _trackedDownloadService.GetTrackedDownloads()
|
||||
.Where(t => t.IsTrackable)
|
||||
.ToList();
|
||||
|
|
|
|||
Loading…
Reference in a new issue