From ed97f138cfc0aee5ac04e4d12b9e392277cbcc40 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Mon, 24 Aug 2026 20:30:12 +0200 Subject: fix(hub): auto-skip a track that fails to load instead of stalling the queue A genuinely corrupt source file (found via a real "1 track, fails to play" report) would stop a "play all" queue dead with no way forward except manually picking the next track. The player now counts consecutive load failures and advances past them on its own, capped so a pathological queue (everything broken) doesn't spin forever; the existing Promise-rejection catch and a new