优化ffmpeg寻找的提示信息
This commit is contained in:
parent
a89387b4f6
commit
0f1fff6468
|
@ -44,7 +44,7 @@ namespace N_m3u8DL_RE
|
|||
option.FFmpegBinaryPath = GlobalUtil.FindExecutable("ffmpeg");
|
||||
if (string.IsNullOrEmpty(option.FFmpegBinaryPath))
|
||||
{
|
||||
throw new FileNotFoundException(option.FFmpegBinaryPath);
|
||||
throw new FileNotFoundException("ffmpeg not found!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue