mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
5ac78654d4
Fixing a missing-file or duplicate-import episode only deleted the episode itself, leaving its episode_progress/subtitle rows behind for the next scan to catch as separate orphaned_subtitles/dangling findings. Consolidated movie/episode/track deletion (with all their dependent rows) into one _delete_content() helper, used consistently by missing_files, orphaned_episodes, and duplicate_paths.