chore(release): bump version to 2.1.0

This commit is contained in:
Andy
2025-11-27 23:35:56 +00:00
parent 6fa3554b70
commit dc9823cd28
5 changed files with 44 additions and 4 deletions

View File

@@ -1368,7 +1368,6 @@ class dl:
kept_tracks.extend(title.tracks.subtitles)
if keep_chapters:
kept_tracks.extend(title.tracks.chapters)
# Always preserve attachments (screenshots, fonts, etc.) for cleanup
kept_tracks.extend(title.tracks.attachments)
title.tracks = Tracks(kept_tracks)