aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.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/Controllers/DynamicHlsController.cs
parentd10cca69174a44efb75961d048ee4f8f1d57751d (diff)
Move TranscodingJobDto and TranscodingThrottler to Controller
Diffstat (limited to 'Jellyfin.Api/Controllers/DynamicHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DynamicHlsController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DynamicHlsController.cs b/Jellyfin.Api/Controllers/DynamicHlsController.cs
index 9e9c610cc..6b2c42363 100644
--- a/Jellyfin.Api/Controllers/DynamicHlsController.cs
+++ b/Jellyfin.Api/Controllers/DynamicHlsController.cs
@@ -10,7 +10,6 @@ using System.Threading;
using System.Threading.Tasks;
using Jellyfin.Api.Attributes;
using Jellyfin.Api.Helpers;
-using Jellyfin.Api.Models.PlaybackDtos;
using Jellyfin.Api.Models.StreamingDtos;
using Jellyfin.Data.Enums;
using Jellyfin.Extensions;