1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-12 06:53:24 +00:00

Fixed: Correctly set MonitorNewItems for new list artists

(cherry picked from commit f3ae09c55e693916b3de75136a0659d949c45b2c)
This commit is contained in:
ta264 2022-07-25 21:17:28 +01:00
parent 03a6bab36d
commit ebd99e3fa9

View file

@ -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,