mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 06:41:57 +00:00
优化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…
x
Reference in New Issue
Block a user