mirror of
https://github.com/Readarr/Readarr
synced 2026-02-13 02:03:06 +01:00
Revert "Avoid returning null in static resource mapper Task"
This reverts commit d7305b9753.
This commit is contained in:
parent
4a6c7042fe
commit
1f37c5387b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public FileStreamResult GetResponse(string resourceUrl)
|
|||
|
||||
_logger.Warn("File {0} not found", filePath);
|
||||
|
||||
return Task.FromResult<IActionResult>(null);
|
||||
return null;
|
||||
}
|
||||
|
||||
protected virtual Stream GetContentStream(string filePath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue