You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloads stopping mid-progress on Linux Chrome — Zod validation now guards player response, videoData, DownloadRequest and caption schemas so malformed data is rejected cleanly instead of corrupting the pipeline (6f7f5e58)
Cancel button not aborting downloads — panel cancel was routed through a cross-world messenger that drops same-world events; now goes directly to the background (e107d483)
Global quality option changing local panel quality during a download — video format tracker now freezes while a download is in progress (c56b3f01)
Local panel options updating from global changes mid-download — panel options lock on download start and only resume tracking global changes after completion (ffeecf38)
Refactoring
All cancel actions now route through a single performCancelDownload path regardless of origin (popup, panel, playlist, grid)