Tidy conversion to aspnetcore

This commit is contained in:
ta264
2021-04-20 21:14:31 +01:00
parent c1ab99a425
commit 490f6e2e6a
4 changed files with 7 additions and 23 deletions

View File

@@ -39,15 +39,6 @@ namespace Prowlarr.Http.Frontend.Mappers
return stream;
}
/*
public override IActionResult GetResponse(string resourceUrl)
{
var response = base.GetResponse(resourceUrl);
response.Headers["X-UA-Compatible"] = "IE=edge";
return response;
}*/
protected string GetHtmlText()
{
if (RuntimeInfo.IsProduction && _generatedContent != null)