Update TranscodingJobHelper.cs

pull/4187/head
BaronGreenback 4 years ago committed by GitHub
parent 4c6b60d69d
commit bbf196c7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -504,6 +504,11 @@ namespace Jellyfin.Api.Helpers
}
}
if (string.IsNullOrEmpty(_mediaEncoder.EncoderPath))
{
throw new ArgumentException("FFMPEG path not set.");
}
var process = new Process
{
StartInfo = new ProcessStartInfo

Loading…
Cancel
Save