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