mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 03:00:21 +02:00
Fixed: Search is spelled with rrrrr
This commit is contained in:
parent
20456fb9e7
commit
351dd050ca
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ private object GetNewznabResponse(NewznabRequest request)
|
|||
Response response = indexerInstance.GetCapabilities().ToXml();
|
||||
response.ContentType = "application/rss+xml";
|
||||
return response;
|
||||
case "seach":
|
||||
case "search":
|
||||
case "tvsearch":
|
||||
case "music":
|
||||
case "book":
|
||||
|
|
|
|||
Loading…
Reference in a new issue