Fix torznab capability API

This commit is contained in:
chibidev 2017-08-12 00:30:43 +02:00
parent 39e612d60c
commit 043085e8f3
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ namespace Jackett.Indexers
{
if (query == null)
return false;
if (query.QueryType == "caps")
return true;
var caps = TorznabCaps;
if (query.HasSpecifiedCategories)