update remove from playlist, collection id
This commit is contained in:
parent
79240b1a24
commit
17cb2f5da1
9 changed files with 59 additions and 22 deletions
|
@ -107,7 +107,6 @@
|
|||
|
||||
function onDrop(evt, itemsContainer) {
|
||||
|
||||
var playlistId = itemsContainer.getAttribute('data-playlistid');
|
||||
|
||||
loading.show();
|
||||
|
||||
|
@ -115,6 +114,7 @@
|
|||
|
||||
var newIndex = evt.newIndex;
|
||||
var itemId = el.getAttribute('data-playlistitemid');
|
||||
var playlistId = el.getAttribute('data-playlistid');
|
||||
|
||||
var serverId = el.getAttribute('data-serverid');
|
||||
var apiClient = connectionManager.getApiClient(serverId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue