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) {