优化提示

This commit is contained in:
nilaoda 2022-08-08 22:24:39 +08:00
parent 7ef1f21c51
commit 0f7340980c
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ namespace N_m3u8DL_RE.DownloadManager
if (!DownloaderConfig.SkipMerge) if (!DownloaderConfig.SkipMerge)
{ {
//对于fMP4自动开启二进制合并 //对于fMP4自动开启二进制合并
if (mp4InitFile != "") if (!DownloaderConfig.BinaryMerge && mp4InitFile != "")
{ {
DownloaderConfig.BinaryMerge = true; DownloaderConfig.BinaryMerge = true;
Logger.WarnMarkUp($"[white on darkorange3_1]{ResString.autoBinaryMerge}[/]"); Logger.WarnMarkUp($"[white on darkorange3_1]{ResString.autoBinaryMerge}[/]");