Skip to content

Commit

Permalink
fix(HLS): Delete subtitle segments as they are merged
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Mar 24, 2024
1 parent e7294c9 commit 774fec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devine/core/manifests/hls.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ def merge_discontinuity(include_this_segment: bool, include_map_data: bool = Tru
discontinuity_data = discontinuity_file.read_bytes()
f.write(discontinuity_data)
f.flush()
discontinuity_file.unlink()

save_dir.rmdir()

Expand Down

0 comments on commit 774fec6

Please sign in to comment.