aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2023-10-31 11:12:09 -0400
committerPatrick Barron <barronpm@gmail.com>2023-12-21 12:53:49 -0500
commitabd74fd5a481d67af1414960be7b7b19c9ee7e82 (patch)
treeb8fc387acb9cc5be5138458a0d0b062e4ba07fe7 /Jellyfin.Api/Helpers/ProgressiveFileStream.cs
parentd10cca69174a44efb75961d048ee4f8f1d57751d (diff)
Move TranscodingJobDto and TranscodingThrottler to Controller
Diffstat (limited to 'Jellyfin.Api/Helpers/ProgressiveFileStream.cs')
-rw-r--r--Jellyfin.Api/Helpers/ProgressiveFileStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/ProgressiveFileStream.cs b/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
index d7b1c9f8b..379ec6e27 100644
--- a/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
+++ b/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
@@ -3,7 +3,7 @@ using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
-using Jellyfin.Api.Models.PlaybackDtos;
+using MediaBrowser.Controller.MediaEncoding;
using MediaBrowser.Model.IO;
namespace Jellyfin.Api.Helpers;