Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/e7b329a618fd0b673042567433de594ee103dce0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

favicon.ico is now served properly

pull/4/head
Mark McDowall 12 years ago
parent 3c732f5a5e
commit e7b329a618

@ -25,7 +25,7 @@ namespace NzbDrone.Api.Frontend.Mappers
public override bool CanHandle(string resourceUrl)
{
return resourceUrl.StartsWith("/Content") || resourceUrl.EndsWith(".js") || resourceUrl.EndsWith(".css");
return resourceUrl.StartsWith("/Content") || resourceUrl.EndsWith(".js") || resourceUrl.EndsWith(".css") || resourceUrl.EndsWith(".ico");
}
}
}
Loading…
Cancel
Save