mirror of
https://github.com/Radarr/Radarr
synced 2025-02-19 04:50:43 +00:00
favicon.ico is now served properly
This commit is contained in:
parent
3c732f5a5e
commit
e7b329a618
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ protected override string Map(string resourceUrl)
|
||||||
|
|
||||||
public override bool CanHandle(string resourceUrl)
|
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…
Reference in a new issue