More Cardigann

This commit is contained in:
Qstick
2020-11-16 10:19:38 -05:00
parent b2b354a7a3
commit fef81171ba
16 changed files with 292 additions and 84 deletions

View File

@@ -59,7 +59,7 @@ namespace Prowlarr.Api.V1.Indexers
switch (requestType)
{
case "caps":
Response response = indexerInstance.GetCapabilities().ToXml();
Response response = indexer.Capabilities.ToXml();
response.ContentType = "application/rss+xml";
return response;
case "tvsearch":