mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: Improve Newznab Searching (Book-Search Caps, ISBN Search)
This commit is contained in:
@@ -91,8 +91,8 @@ namespace NzbDrone.Core.Indexers.Torznab
|
||||
return null;
|
||||
}
|
||||
|
||||
if (capabilities.SupportedAudioSearchParameters != null &&
|
||||
new[] { "author", "book" }.All(v => capabilities.SupportedAudioSearchParameters.Contains(v)))
|
||||
if (capabilities.SupportedBookSearchParameters != null &&
|
||||
new[] { "author", "title" }.All(v => capabilities.SupportedBookSearchParameters.Contains(v)))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user