MediaCover Pulls and Fixes

This commit is contained in:
Qstick 2022-04-13 23:51:12 -05:00
commit 498368e8c5
11 changed files with 175 additions and 24 deletions

View file

@ -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);