From b834a8bc0194a4190b2f6b72015dea34cf303627 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Thu, 27 Feb 2025 21:52:46 +0200 Subject: [PATCH] fixed downloads to change category value --- .../Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs b/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs index 18fbcb7..c56937a 100644 --- a/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs +++ b/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs @@ -74,7 +74,7 @@ public sealed class DownloadCleaner : GenericHandler _hardLinkCategoryCreated = true; } - _downloadService.FilterDownloadsToChangeCategoryAsync(downloads, _config.NoHardLinksCategories); + downloadsToChangeCategory = _downloadService.FilterDownloadsToChangeCategoryAsync(downloads, _config.NoHardLinksCategories); } // wait for the downloads to appear in the arr queue