-
Multi-Hoster-Upload v2.0.6 Stable
released this
2026-03-12 06:02:46 +01:00 | 330 commits to master since this releaseBug Fixes
- Fix double-click race condition in upload start: Previously, rapidly clicking the start button could bypass the upload guard and launch duplicate concurrent batches. The
uploadingflag is now set immediately before any async operations (health checks), with proper reset on all early return paths (validation failures, health check errors). Affects both 'Start All' and 'Start Selected' upload actions.
Downloads
- Fix double-click race condition in upload start: Previously, rapidly clicking the start button could bypass the upload guard and launch duplicate concurrent batches. The