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:
@@ -111,8 +111,8 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
return null;
|
||||
}
|
||||
|
||||
if (capabilities.SupportedAudioSearchParameters != null &&
|
||||
new[] { "author", "book" }.All(v => capabilities.SupportedAudioSearchParameters.Contains(v)))
|
||||
if (capabilities.SupportedBookSearchParameters != null &&
|
||||
new[] { "author", "book" }.All(v => capabilities.SupportedBookSearchParameters.Contains(v)))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user