From b168bdd0ea4af03ce4fe128f89d01f60ae630fe1 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 18 Jul 2022 23:45:35 +0100 Subject: [PATCH] Fixed: Correctly set MonitorNewItems for new list artists --- src/NzbDrone.Core/ImportLists/ImportListSyncService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs index 6b3d114ed..57ae1b530 100644 --- a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs +++ b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs @@ -233,6 +233,7 @@ namespace NzbDrone.Core.ImportLists var toAddArtist = new Artist { Monitored = monitored, + MonitorNewItems = importList.MonitorNewItems, RootFolderPath = importList.RootFolderPath, QualityProfileId = importList.ProfileId, MetadataProfileId = importList.MetadataProfileId,