去除`_dec`标志
This commit is contained in:
parent
f4e8b3f908
commit
d1c0023a1c
|
@ -384,6 +384,7 @@ namespace N_m3u8DL_RE.DownloadManager
|
||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
File.Delete(enc);
|
File.Delete(enc);
|
||||||
|
File.Move(dec, enc);
|
||||||
output = dec;
|
output = dec;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue