mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
Added cache breaking based on hash rather than version
This commit is contained in:
parent
dbcabd6df6
commit
c4e8e3ebc7
15 changed files with 90 additions and 31 deletions
|
@ -15,7 +15,7 @@ namespace NzbDrone.Api.Frontend.Mappers
|
|||
_appFolderInfo = appFolderInfo;
|
||||
}
|
||||
|
||||
protected override string Map(string resourceUrl)
|
||||
public override string Map(string resourceUrl)
|
||||
{
|
||||
var path = Path.Combine("Content", "Images", "favicon.ico");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue