mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Revert "Avoid returning null in static resource mapper Task"
This reverts commit d7305b9753.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Readarr.Http.Frontend.Mappers
|
||||
|
||||
_logger.Warn("File {0} not found", filePath);
|
||||
|
||||
return Task.FromResult<IActionResult>(null);
|
||||
return null;
|
||||
}
|
||||
|
||||
protected virtual Stream GetContentStream(string filePath)
|
||||
|
||||
Reference in New Issue
Block a user