Update TranscodingJobHelper.cs

This commit is contained in:
BaronGreenback
2020-09-19 16:44:35 +01:00
committed by GitHub
parent 4c6b60d69d
commit bbf196c7bd

View File

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