1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Added cache breaking based on hash rather than version

This commit is contained in:
kayone
2014-08-31 00:40:23 -07:00
parent dbcabd6df6
commit c4e8e3ebc7
15 changed files with 90 additions and 31 deletions
@@ -16,7 +16,7 @@ namespace NzbDrone.Api.Frontend.Mappers
_appFolderInfo = appFolderInfo;
}
protected override string Map(string resourceUrl)
public override string Map(string resourceUrl)
{
var path = resourceUrl.Replace('/', Path.DirectorySeparatorChar);
path = Path.GetFileName(path);