1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Fixed: UI not updating on upgrade

(cherry picked from commit d566c1efd42f9a94c524db311e8fa99bc6e0323f)
(cherry picked from commit 4b0586bd3d1cca4682dee53cc5af5ef1fa66978e)
(cherry picked from commit 5b2affcabbc38d7122b39d3290e2021fdb8afbcc)
This commit is contained in:
ta264
2021-10-21 21:04:26 +01:00
committed by Qstick
parent 8cad9600cc
commit aca669defe
7 changed files with 46 additions and 24 deletions
@@ -28,7 +28,7 @@ namespace Radarr.Http.Frontend.Mappers
public abstract bool CanHandle(string resourceUrl);
public virtual IActionResult GetResponse(string resourceUrl)
public IActionResult GetResponse(string resourceUrl)
{
var filePath = Map(resourceUrl);