Fixed: Correctly set MonitorNewItems for new list authors

pull/1382/head
ta264 3 years ago
parent 0e78d8d535
commit b6055c3339

@ -335,6 +335,7 @@ namespace NzbDrone.Core.ImportLists
Name = report.Author
},
Monitored = monitored,
MonitorNewItems = importList.MonitorNewItems,
RootFolderPath = importList.RootFolderPath,
QualityProfileId = importList.ProfileId,
MetadataProfileId = importList.MetadataProfileId,

Loading…
Cancel
Save