mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 15:22:42 +00:00
Fixed: Correctly set MonitorNewItems for new list artists
This commit is contained in:
parent
c524886e62
commit
b168bdd0ea
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ private void ProcessAlbumReport(ImportListDefinition importList, ImportListItemI
|
|||
var toAddArtist = new Artist
|
||||
{
|
||||
Monitored = monitored,
|
||||
MonitorNewItems = importList.MonitorNewItems,
|
||||
RootFolderPath = importList.RootFolderPath,
|
||||
QualityProfileId = importList.ProfileId,
|
||||
MetadataProfileId = importList.MetadataProfileId,
|
||||
|
|
Loading…
Reference in a new issue