mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Tidy conversion to aspnetcore
(cherry picked from commit 490f6e2e6aa3f220cc98f257a3ca3b2bea48fb80)
This commit is contained in:
@@ -39,15 +39,6 @@ namespace Readarr.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