mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 08:14:21 +00:00
Fixed: Search with edition title
This commit is contained in:
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.IndexerSearch
|
||||
|
||||
var searchSpec = Get<BookSearchCriteria>(author, new List<Book> { book }, userInvokedSearch, interactiveSearch);
|
||||
|
||||
searchSpec.BookTitle = book.Title;
|
||||
searchSpec.BookTitle = book.Editions.Value.SingleOrDefault(x => x.Monitored).Title;
|
||||
|
||||
// searchSpec.BookIsbn = book.Isbn13;
|
||||
if (book.ReleaseDate.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user