Newznab Work

This commit is contained in:
Qstick
2020-11-20 02:42:36 -05:00
parent 8e72c7153d
commit b586b6ac1c
26 changed files with 325 additions and 160 deletions

View File

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