Move TranscodingJobDto and TranscodingThrottler to Controller

This commit is contained in:
Patrick Barron
2023-10-31 11:12:09 -04:00
parent d10cca6917
commit abd74fd5a4
7 changed files with 3 additions and 9 deletions

View File

@@ -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;