diff options
| author | cvium <clausvium@gmail.com> | 2021-09-10 13:09:24 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-09-10 13:09:24 +0200 |
| commit | ae0055c49483568aa244b4e7fe2f80e24ae2e53a (patch) | |
| tree | 3927d54e24129b5be7518b73c2679a05e675543f /Jellyfin.Api/Controllers/VideosController.cs | |
| parent | ff328fefc57461bd999210b3059b997e7f9842ac (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.cs | 1 |
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")!); |
