fixing video plugins

This commit is contained in:
reven
2023-02-26 07:32:36 +13:00
parent 6f0a1dd54b
commit 792c45b87f

View File

@@ -49,7 +49,6 @@ namespace FileFlows.VideoNodes
Args.Logger.ELog("FFmpeg variable not found.");
return string.Empty;
}
if(ffmpeg == "/usr/lib/jellyfin-ffmpeg/ffmpeg")
var fileInfo = new FileInfo(ffmpeg);
if (fileInfo.Exists == false)
{