-
released this
2026-06-04 22:40:43 +09:00 | 8 commits to main since this releasepurge() now cancels in-flight downloads.
videoCache remove (purge) previously only deleted the finalized READY entry + disk file; an in-flight download of the same URL kept running and re-published after the purge. Added a per-URL generation channel (DOWNLOAD_GEN): purge drops the URL gen, so the running download self-cancels and cleans its .part / just-promoted file. Required for the datapack FIFO cache-retention (keep) guarantee.
Downloads