Tweak movement
This commit is contained in:
parent
89422c3c1d
commit
6309e42989
5 changed files with 12 additions and 14 deletions
|
|
@ -867,13 +867,11 @@ Callbacks = {
|
|||
},
|
||||
|
||||
moveVideo: function(data) {
|
||||
if (data.moveby != CLIENT.name) {
|
||||
PL_ACTION_QUEUE.queue(function (plq) {
|
||||
playlistMove(data.from, data.after, function () {
|
||||
plq.release();
|
||||
});
|
||||
PL_ACTION_QUEUE.queue(function (plq) {
|
||||
playlistMove(data.from, data.after, function () {
|
||||
plq.release();
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
setCurrent: function(uid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue