update listviews
This commit is contained in:
parent
722a452b91
commit
c87b1304da
10 changed files with 134 additions and 860 deletions
|
@ -33,6 +33,7 @@
|
|||
button = parentWithAttribute(button, 'data-id');
|
||||
var serverId = button.getAttribute('data-serverid');
|
||||
var id = button.getAttribute('data-id');
|
||||
var type = button.getAttribute('data-type');
|
||||
|
||||
var apiClient = connectionManager.getApiClient(serverId);
|
||||
|
||||
|
@ -50,7 +51,8 @@
|
|||
play: true,
|
||||
queue: true,
|
||||
playAllFromHere: !item.IsFolder,
|
||||
queueAllFromHere: !item.IsFolder
|
||||
queueAllFromHere: !item.IsFolder,
|
||||
identify: false
|
||||
|
||||
}).then(function(result) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue