Update SimpleLiveRecordManager2.cs

This commit is contained in:
ImAleeexx 2022-12-11 15:15:40 +01:00 committed by GitHub
parent 3855834d63
commit a845b12fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ namespace N_m3u8DL_RE.DownloadManager
else
{
//创建管道
output = Path.ChangeExtension(output, ".ts");
output = saveName;
var pipeName = $"RE_pipe_{Guid.NewGuid()}";
fileOutputStream = PipeUtil.CreatePipe(pipeName);
Logger.InfoMarkUp($"{ResString.namedPipeCreated} [cyan]{pipeName.EscapeMarkup()}[/]");