mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
More Cardigann
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user