mirror of https://github.com/devine-dl/devine.git
fix(HLS): Delete subtitle segments as they are merged
This commit is contained in:
parent
e7294c95d1
commit
774fec6d77
|
@ -530,6 +530,7 @@ class HLS:
|
|||
discontinuity_data = discontinuity_file.read_bytes()
|
||||
f.write(discontinuity_data)
|
||||
f.flush()
|
||||
discontinuity_file.unlink()
|
||||
|
||||
save_dir.rmdir()
|
||||
|
||||
|
|
Loading…
Reference in New Issue