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