• v3.3.57 b93617ace9

    Administrator released this 2026-06-09 05:03:05 +02:00 | 126 commits to master since this release

    Right-click 'Ausgewählte starten' / queue-toolbar 'Selected starten' now actually works during an active upload, not just on idle queue.

    Bug: the in-batch add path filtered selected jobs by a hardcoded ['queued','error','aborted','skipped'] — missing 'preview'. Newly added files (and existing untouched rows) have status='preview', so during an active batch the addable list was empty and the action silently did nothing. The idle-start path used the broader STARTABLE_QUEUE_STATUSES set which DOES include 'preview', so it worked when no upload was running.

    Fix:

    • in-batch add path now uses the same isStartableQueueStatus() helper as the idle path. 'preview' is included consistently.
    • If the selection has no startable jobs (e.g. everything is already running or done), the action surfaces a toast 'Keine startbaren Jobs ausgewählt' instead of failing silently.
    Downloads