mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 23:33:38 -07:00
Fixed: UI not updating on upgrade
(cherry picked from commit d566c1efd42f9a94c524db311e8fa99bc6e0323f) (cherry picked from commit 4b0586bd3d1cca4682dee53cc5af5ef1fa66978e)
This commit is contained in:
parent
2b0da546c9
commit
5b2affcabb
8 changed files with 47 additions and 25 deletions
|
@ -193,6 +193,7 @@ namespace Lidarr.Http.Extensions
|
|||
|
||||
public static void DisableCache(this IHeaderDictionary headers)
|
||||
{
|
||||
headers.Remove("Last-Modified");
|
||||
headers["Cache-Control"] = "no-cache, no-store";
|
||||
headers["Expires"] = "-1";
|
||||
headers["Pragma"] = "no-cache";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue