Fixed: UI not updating on upgrade

(cherry picked from commit d566c1efd42f9a94c524db311e8fa99bc6e0323f)
(cherry picked from commit 4b0586bd3d1cca4682dee53cc5af5ef1fa66978e)
This commit is contained in:
ta264 2021-08-04 21:42:41 +01:00 committed by Qstick
commit 5b2affcabb
8 changed files with 47 additions and 25 deletions

View file

@ -28,7 +28,7 @@ namespace Lidarr.Http.Frontend.Mappers
public abstract bool CanHandle(string resourceUrl);
public virtual IActionResult GetResponse(string resourceUrl)
public FileStreamResult GetResponse(string resourceUrl)
{
var filePath = Map(resourceUrl);