mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-27 02:04:22 +00:00
Fix SupportedBookSearchParameters in Newznab
This commit is contained in:
@@ -116,7 +116,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
}
|
||||
|
||||
if (capabilities.SupportedBookSearchParameters != null &&
|
||||
new[] { "author", "book" }.All(v => capabilities.SupportedBookSearchParameters.Contains(v)))
|
||||
new[] { "author", "title" }.All(v => capabilities.SupportedBookSearchParameters.Contains(v)))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user