mirror of
https://github.com/Readarr/Readarr
synced 2025-12-17 22:03:05 +01:00
parent
791bba471f
commit
d22ca1fe4f
1 changed files with 0 additions and 3 deletions
|
|
@ -129,9 +129,6 @@ private Book AddSkyhookData(Book newBook)
|
|||
newBook.Editions.Value.ForEach(x => x.Monitored = false);
|
||||
newBook.Editions.Value.Single(x => x.ForeignEditionId == editionId).Monitored = true;
|
||||
|
||||
var metadata = tuple.Item3.Single(x => x.ForeignAuthorId == tuple.Item1);
|
||||
newBook.AuthorMetadata = metadata;
|
||||
|
||||
return newBook;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue