Switch skeleton only on track change, not on timer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d13d6e5e53
commit
cfbc8ef5e1
1 changed files with 0 additions and 1 deletions
|
|
@ -978,7 +978,6 @@ function pickSkeleton() {
|
||||||
skeletonImg.src = SKELETONS[currentSkel];
|
skeletonImg.src = SKELETONS[currentSkel];
|
||||||
}
|
}
|
||||||
|
|
||||||
setInterval(pickSkeleton, 8000);
|
|
||||||
|
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
DEV SHIM — only active when served via HTTP (not from QML)
|
DEV SHIM — only active when served via HTTP (not from QML)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue