alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
3.96k stars 259 forks source link

Fix cancellation & deletion for non-started downloads (#383) #385

Closed vkartk closed 5 months ago

vkartk commented 5 months ago

Currently, users cannot cancel or delete tasks if they haven't been started automatically. This PR implements proper handling for non-started downloads, allowing users to cancel and delete them before downloading begins. This also resolves the "requested cancel for non-existent download" warning.

alexta69 commented 5 months ago

Thanks again @vkartk ! :)