mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 11:58:27 +01:00
Added some null checks and logging when parsing ffprobe output
This commit is contained in:
parent
b15c064bba
commit
863ca986bd
@@ -66,8 +66,6 @@ namespace MediaBrowser.Controller.FFMpeg
|
||||
|
||||
private static FFProbeResult Run(string input)
|
||||
{
|
||||
MediaBrowser.Common.Logging.Logger.LogInfo(input);
|
||||
|
||||
ProcessStartInfo startInfo = new ProcessStartInfo();
|
||||
|
||||
startInfo.CreateNoWindow = true;
|
||||
|
||||
Reference in New Issue
Block a user