mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 12:52:27 +01:00
Fixed: Correctly set MonitorNewItems for new list authors
This commit is contained in:
parent
0e78d8d535
commit
b6055c3339
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ private Author ProcessAuthorReport(ImportListDefinition importList, ImportListIt
|
|||
Name = report.Author
|
||||
},
|
||||
Monitored = monitored,
|
||||
MonitorNewItems = importList.MonitorNewItems,
|
||||
RootFolderPath = importList.RootFolderPath,
|
||||
QualityProfileId = importList.ProfileId,
|
||||
MetadataProfileId = importList.MetadataProfileId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue