mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Improve Newznab Searching (Book-Search Caps, ISBN Search)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
public Author Author { get; set; }
|
||||
public List<Book> Books { get; set; }
|
||||
|
||||
public string ArtistQuery => GetQueryTitle(Author.Name);
|
||||
public string AuthorQuery => GetQueryTitle(Author.Name);
|
||||
|
||||
public static string GetQueryTitle(string title)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user