minor changes
This commit is contained in:
parent
5ff08338d5
commit
20d6999d8c
|
@ -39,7 +39,7 @@ namespace Jellyfin.Api.Controllers
|
|||
public class VideoHlsController : BaseJellyfinApiController
|
||||
{
|
||||
private const string DefaultEncoderPreset = "superfast";
|
||||
private readonly TranscodingJobType _transcodingJobType = TranscodingJobType.Hls;
|
||||
private const TranscodingJobType _transcodingJobType = TranscodingJobType.Hls;
|
||||
|
||||
private readonly EncodingHelper _encodingHelper;
|
||||
private readonly IDlnaManager _dlnaManager;
|
||||
|
|
Loading…
Reference in New Issue
Block a user