Tweak movement
This commit is contained in:
parent
89422c3c1d
commit
6309e42989
5 changed files with 12 additions and 14 deletions
|
|
@ -419,8 +419,7 @@ function addQueueButtons(li) {
|
|||
.click(function() {
|
||||
socket.emit("moveMedia", {
|
||||
from: li.data("uid"),
|
||||
after: PL_CURRENT,
|
||||
moveby: null
|
||||
after: PL_CURRENT
|
||||
});
|
||||
})
|
||||
.appendTo(menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue