去除`_dec`标志

This commit is contained in:
nilaoda 2022-07-27 15:18:43 +08:00
parent f4e8b3f908
commit d1c0023a1c
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ namespace N_m3u8DL_RE.DownloadManager
if (result)
{
File.Delete(enc);
File.Move(dec, enc);
output = dec;
}
}