mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
increase time
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ function gotLock() {
|
||||
wsSend({action: "skipc"});
|
||||
wsSend({action: "skipi"});
|
||||
pollLockHeld = true;
|
||||
}, 500 + (Math.random() * 1000))
|
||||
}, 500 + (Math.random() * 2500))
|
||||
}
|
||||
|
||||
function handleLockState(msg) {
|
||||
|
||||
Reference in New Issue
Block a user