修复命令行无法关闭混流的问题
This commit is contained in:
parent
b13027a758
commit
ad2c37486c
|
@ -562,7 +562,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
||||||
var success = Results.Values.All(v => v == true);
|
var success = Results.Values.All(v => v == true);
|
||||||
|
|
||||||
//混流
|
//混流
|
||||||
if (success && OutputFiles.Count > 0)
|
if (success && DownloaderConfig.MuxAfterDone && OutputFiles.Count > 0)
|
||||||
{
|
{
|
||||||
var saveDir = DownloaderConfig.SaveDir ?? Environment.CurrentDirectory;
|
var saveDir = DownloaderConfig.SaveDir ?? Environment.CurrentDirectory;
|
||||||
var outName = $"{DownloaderConfig.SaveName ?? NowDateTime.ToString("yyyy-MM-dd_HH-mm-ss")}";
|
var outName = $"{DownloaderConfig.SaveName ?? NowDateTime.ToString("yyyy-MM-dd_HH-mm-ss")}";
|
||||||
|
|
Loading…
Reference in New Issue