Renamed message to be more consistent
This commit is contained in:
parent
f0e2f869d7
commit
5c1ba2be7e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue