mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
UI loading improvements
Fixed: Caching for dynamically loaded JS files Fixed: Incorrect caching of initialize.js
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Sonarr.Http.Middleware
|
||||
return false;
|
||||
}
|
||||
|
||||
if (path.EndsWith("/initialize.js"))
|
||||
if (path.EndsWith("/initialize.json"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user