Fixed: Search is spelled with rrrrr

pull/10/head
Qstick 4 years ago committed by GitHub
parent 20456fb9e7
commit 351dd050ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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":

Loading…
Cancel
Save