mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Update TranscodingJobHelper.cs
This commit is contained in:
parent
4c6b60d69d
commit
bbf196c7bd
@ -504,6 +504,11 @@ namespace Jellyfin.Api.Helpers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(_mediaEncoder.EncoderPath))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("FFMPEG path not set.");
|
||||||
|
}
|
||||||
|
|
||||||
var process = new Process
|
var process = new Process
|
||||||
{
|
{
|
||||||
StartInfo = new ProcessStartInfo
|
StartInfo = new ProcessStartInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user