Switch skeleton only on track change, not on timer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-06-07 09:17:35 -03:00
parent d13d6e5e53
commit cfbc8ef5e1
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -978,7 +978,6 @@ function pickSkeleton() {
skeletonImg.src = SKELETONS[currentSkel];
}
setInterval(pickSkeleton, 8000);
/* ============================================================
DEV SHIM — only active when served via HTTP (not from QML)