seuil 1
This commit is contained in:
parent
d56266d1f3
commit
be551e8844
@ -33,7 +33,7 @@ socket.on('position', (position) => {
|
||||
clearTimeout(idleTimeout);
|
||||
|
||||
// Seuil de mouvement pour arrêt
|
||||
if (Math.abs(speed) < 2) {
|
||||
if (Math.abs(speed) < 1) {
|
||||
stopPlayback();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user