New: Improve Newznab Searching (Book-Search Caps, ISBN Search)

This commit is contained in:
Qstick
2020-05-17 00:48:41 -04:00
committed by ta264
parent ee43ccf620
commit 3ae3c9dfc1
13 changed files with 52 additions and 43 deletions
@@ -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)
{