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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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