mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Web based Processing Queue "clear" should not delete current video processing #902
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kwolk on GitHub (Jun 30, 2025).
describe the feature you'd like to see
Expected behaviour of the "clear" feature inside of the Processing Queue (on the web based service) should, in my opinion, only clear videos that have been processed.
At present, the "clear" option will remove even those videos in the middle of being processed.
Similar behaviour can be found in the Safari browser, with existing files being downloaded are not cleared from the Downloads menu.
additional context
No response
@wukko commented on GitHub (Jul 1, 2025):
so a "clear" button shouldn't... clear?
@kwolk commented on GitHub (Jul 1, 2025):
Well, it's not just my opinion but that of Apple.
Default behaviour in Safari (desktop version) is to only clear completed downloads from the drop-down menu window, not those in progress.
In my experience that makes sense.