aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2023-12-21 12:20:30 -0500
committerPatrick Barron <barronpm@gmail.com>2023-12-21 12:53:50 -0500
commitc49539cbe0152d23d82d7710ff2bc32e5d3d187b (patch)
tree517d98ef8dfa611ec7767a9523484f1bf39624ca /Jellyfin.Api/Controllers
parent9215a4d40ae24e5996a5e16dfa296b09a7befc40 (diff)
Move ProgressiveFileStream to Controller
Diffstat (limited to 'Jellyfin.Api/Controllers')
-rw-r--r--Jellyfin.Api/Controllers/LiveTvController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/LiveTvController.cs b/Jellyfin.Api/Controllers/LiveTvController.cs
index a40f273ae..550283623 100644
--- a/Jellyfin.Api/Controllers/LiveTvController.cs
+++ b/Jellyfin.Api/Controllers/LiveTvController.cs
@@ -25,6 +25,7 @@ using MediaBrowser.Controller.Entities.TV;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.LiveTv;
using MediaBrowser.Controller.MediaEncoding;
+using MediaBrowser.Controller.Streaming;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.LiveTv;