mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
added IE=edge header to IndexHtml
This commit is contained in:
parent
fa993109fc
commit
cdb195a44f
2 changed files with 10 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace NzbDrone.Api.Frontend.Mappers
|
|||
|
||||
public abstract bool CanHandle(string resourceUrl);
|
||||
|
||||
public Response GetResponse(string resourceUrl)
|
||||
public virtual Response GetResponse(string resourceUrl)
|
||||
{
|
||||
var filePath = Map(resourceUrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue