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:
parent
03a6bab36d
commit
ebd99e3fa9
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue