diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index 5a38b20..8c8e68f 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -1368,6 +1368,8 @@ 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)