From 508b2d7c8de7f41568bb193f81c9cf7e5f1212f3 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 6 May 2023 18:29:43 +0300 Subject: [PATCH] Revert "Fixed: Don't enforce minimum on single list fetch" This reverts commit c34418b984eb1dfd305f51fa899e07e6e990bebe. --- src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs b/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs index 2e9e62c69..9fe4b025a 100644 --- a/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs +++ b/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs @@ -107,8 +107,6 @@ namespace NzbDrone.Core.ImportLists result.AddRange(importListReports); } - - _importListStatusService.UpdateListSyncStatus(importList.Definition.Id); } catch (Exception e) {