minor changes

This commit is contained in:
nyanmisaka 2020-11-19 23:04:44 +08:00
parent 5ff08338d5
commit 20d6999d8c

View File

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