Renamed message to be more consistent

This commit is contained in:
Christoph Stahl 2022-12-01 20:42:31 +01:00
parent f0e2f869d7
commit 5c1ba2be7e

View file

@ -86,7 +86,7 @@ function skipCurrent() {
} }
function moveUp(uuid) { function moveUp(uuid) {
state.socket.emit("moveUp", {"uuid": uuid}) state.socket.emit("move-up", {"uuid": uuid})
} }
function skip(uuid) { function skip(uuid) {