mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-20 11:41:35 +02: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