mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: Books added to match existing files have correct monitored status
(cherry picked from commit c98b22723aa8bf0bba2ce9f5b9ec74608c354751)
This commit is contained in:
@@ -382,6 +382,7 @@ namespace NzbDrone.Core.MediaFiles.BookImport
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
book.Monitored = book.Author.Value.Monitored;
|
||||||
book.Added = DateTime.UtcNow;
|
book.Added = DateTime.UtcNow;
|
||||||
_bookService.InsertMany(new List<Book> { book });
|
_bookService.InsertMany(new List<Book> { book });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user