Fixed: Search is spelled with rrrrr

This commit is contained in:
Qstick
2021-02-22 16:47:17 -05:00
committed by GitHub
parent 20456fb9e7
commit 351dd050ca

View File

@@ -78,7 +78,7 @@ namespace Prowlarr.Api.V1.Indexers
Response response = indexerInstance.GetCapabilities().ToXml();
response.ContentType = "application/rss+xml";
return response;
case "seach":
case "search":
case "tvsearch":
case "music":
case "book":