mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 14:51:52 +00:00
优化提示
This commit is contained in:
parent
7ef1f21c51
commit
0f7340980c
@ -337,7 +337,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
||||
if (!DownloaderConfig.SkipMerge)
|
||||
{
|
||||
//对于fMP4,自动开启二进制合并
|
||||
if (mp4InitFile != "")
|
||||
if (!DownloaderConfig.BinaryMerge && mp4InitFile != "")
|
||||
{
|
||||
DownloaderConfig.BinaryMerge = true;
|
||||
Logger.WarnMarkUp($"[white on darkorange3_1]{ResString.autoBinaryMerge}[/]");
|
||||
|
Loading…
x
Reference in New Issue
Block a user