mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: UI not updating on upgrade
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Prowlarr.Http.Frontend.Mappers
|
||||
{
|
||||
string Map(string resourceUrl);
|
||||
bool CanHandle(string resourceUrl);
|
||||
IActionResult GetResponse(string resourceUrl);
|
||||
FileStreamResult GetResponse(string resourceUrl);
|
||||
}
|
||||
}
|
||||
|
@@ -28,7 +28,7 @@ namespace Prowlarr.Http.Frontend.Mappers
|
||||
|
||||
public abstract bool CanHandle(string resourceUrl);
|
||||
|
||||
public virtual IActionResult GetResponse(string resourceUrl)
|
||||
public FileStreamResult GetResponse(string resourceUrl)
|
||||
{
|
||||
var filePath = Map(resourceUrl);
|
||||
|
||||
|
Reference in New Issue
Block a user