1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

added IE=edge header to IndexHtml

This commit is contained in:
Keivan Beigi
2013-09-17 15:03:16 -07:00
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);