mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05: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