mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-07 09:49:29 -06:00
fixing video plugins
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user