mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
3587098e80
When adding a playlist, deleting a video from the queue causes it to be re-added on the next loop iteration because queue.exists() returns False for the deleted key. Track canceled URLs in a set so __add_entry skips them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>