mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-31 01:01:31 +08:00
When a bangumi was deleted, its associated Torrent records remained in the database. This prevented re-downloading the same torrents if the user re-added the anime, because check_new() deduplicates by URL and would filter out the orphaned records. Now delete_rule() removes Torrent records before deleting the Bangumi, so re-adding the same anime correctly treats those torrents as new. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>