mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Tidy conversion to aspnetcore
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user