diff --git a/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs b/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs index c6ad62077..fc1dbd3c8 100644 --- a/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs +++ b/src/NzbDrone.Core/ImportLists/FetchAndParseImportListService.cs @@ -106,6 +106,8 @@ namespace NzbDrone.Core.ImportLists result.AddRange(importListReports); } + + _importListStatusService.UpdateListSyncStatus(importList.Definition.Id); } catch (Exception e) {