mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
MediaCover Pulls and Fixes
This commit is contained in:
parent
44f8022fa2
commit
498368e8c5
11 changed files with 175 additions and 24 deletions
|
@ -28,7 +28,7 @@ namespace Lidarr.Http.Frontend.Mappers
|
|||
|
||||
public abstract bool CanHandle(string resourceUrl);
|
||||
|
||||
public FileStreamResult GetResponse(string resourceUrl)
|
||||
public IActionResult GetResponse(string resourceUrl)
|
||||
{
|
||||
var filePath = Map(resourceUrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue