mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 17:40:10 +00:00
@@ -129,9 +129,6 @@ namespace NzbDrone.Core.Books
|
|||||||
newBook.Editions.Value.ForEach(x => x.Monitored = false);
|
newBook.Editions.Value.ForEach(x => x.Monitored = false);
|
||||||
newBook.Editions.Value.Single(x => x.ForeignEditionId == editionId).Monitored = true;
|
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;
|
return newBook;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user