aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideosController.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-09-10 13:09:24 +0200
committercvium <clausvium@gmail.com>2021-09-10 13:09:24 +0200
commitae0055c49483568aa244b4e7fe2f80e24ae2e53a (patch)
tree3927d54e24129b5be7518b73c2679a05e675543f /Jellyfin.Api/Controllers/VideosController.cs
parentff328fefc57461bd999210b3059b997e7f9842ac (diff)
Missing linebreaks that Rider apparently can't just do for me?
Diffstat (limited to 'Jellyfin.Api/Controllers/VideosController.cs')
-rw-r--r--Jellyfin.Api/Controllers/VideosController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/VideosController.cs b/Jellyfin.Api/Controllers/VideosController.cs
index e5c27f9e6..150f22d1b 100644
--- a/Jellyfin.Api/Controllers/VideosController.cs
+++ b/Jellyfin.Api/Controllers/VideosController.cs
@@ -458,6 +458,7 @@ namespace Jellyfin.Api.Controllers
{
return NotFound();
}
+
var liveStream = new ProgressiveFileStream(liveStreamInfo.GetStream());
// TODO (moved from MediaBrowser.Api): Don't hardcode contentType
return File(liveStream, MimeTypes.GetMimeType("file.ts")!);