diff --git a/src/Readarr.Http/Frontend/Mappers/StaticResourceMapperBase.cs b/src/Readarr.Http/Frontend/Mappers/StaticResourceMapperBase.cs index 500eb9c8a..a475412b6 100644 --- a/src/Readarr.Http/Frontend/Mappers/StaticResourceMapperBase.cs +++ b/src/Readarr.Http/Frontend/Mappers/StaticResourceMapperBase.cs @@ -49,7 +49,7 @@ namespace Readarr.Http.Frontend.Mappers _logger.Warn("File {0} not found", filePath); - return Task.FromResult(null); + return null; } protected virtual Stream GetContentStream(string filePath)