From ebd99e3fa94a6936214c7c72a477f90e902bafa3 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 25 Jul 2022 21:17:28 +0100 Subject: [PATCH] Fixed: Correctly set MonitorNewItems for new list artists (cherry picked from commit f3ae09c55e693916b3de75136a0659d949c45b2c) --- 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,