mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Adding book from list
This commit is contained in:
@@ -129,6 +129,9 @@ namespace NzbDrone.Core.Books
|
||||
newBook.Editions.Value.ForEach(x => x.Monitored = false);
|
||||
newBook.Editions.Value.Single(x => x.ForeignEditionId == editionId).Monitored = true;
|
||||
|
||||
var metadata = tuple.Item3.FirstOrDefault(x => x.ForeignAuthorId == tuple.Item1);
|
||||
newBook.AuthorMetadata = metadata;
|
||||
|
||||
return newBook;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user