mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -04:00
Fixing the composite of IFileSystem.FileResult
This commit is contained in:
parent
42863bc403
commit
bb5dc0dcae
@ -76,7 +76,7 @@ namespace Kyoo.Controllers
|
|||||||
if (path == null)
|
if (path == null)
|
||||||
return new NotFoundResult();
|
return new NotFoundResult();
|
||||||
return _GetFileSystemForPath(path, out string relativePath)
|
return _GetFileSystemForPath(path, out string relativePath)
|
||||||
.FileResult(relativePath);
|
.FileResult(relativePath, rangeSupport, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user