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

View file

@ -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);