mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 10:14:51 +01:00
Fixed: Books added to match existing files have correct monitored status
(cherry picked from commit c98b22723aa8bf0bba2ce9f5b9ec74608c354751)
This commit is contained in:
parent
59c1bf0b1f
commit
d8d09c2517
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ private Book EnsureBookAdded(List<ImportDecision<LocalBook>> decisions)
|
|||
|
||||
try
|
||||
{
|
||||
book.Monitored = book.Author.Value.Monitored;
|
||||
book.Added = DateTime.UtcNow;
|
||||
_bookService.InsertMany(new List<Book> { book });
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue