mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01:00
Fix SupportedBookSearchParameters in Newznab
This commit is contained in:
parent
5609dfa590
commit
f7b2bba2e7
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ protected virtual ValidationFailure TestCapabilities()
|
|||
}
|
||||
|
||||
if (capabilities.SupportedBookSearchParameters != null &&
|
||||
new[] { "author", "book" }.All(v => capabilities.SupportedBookSearchParameters.Contains(v)))
|
||||
new[] { "author", "title" }.All(v => capabilities.SupportedBookSearchParameters.Contains(v)))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue