|
|
|
@ -94,9 +94,8 @@ namespace NzbDrone.Core.Indexers.Torznab
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (capabilities.SupportedTvSearchParameters != null &&
|
|
|
|
|
new[] { "q", "tvdbid", "rid" }.Any(v => capabilities.SupportedTvSearchParameters.Contains(v)) &&
|
|
|
|
|
new[] { "season", "ep" }.All(v => capabilities.SupportedTvSearchParameters.Contains(v)))
|
|
|
|
|
if (capabilities.SupportedAudioSearchParameters != null &&
|
|
|
|
|
new[] { "artist", "album" }.All(v => capabilities.SupportedAudioSearchParameters.Contains(v)))
|
|
|
|
|
{
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|