update chromecast
This commit is contained in:
parent
f6995379a2
commit
3f09347bf7
8 changed files with 185 additions and 68 deletions
|
@ -75,7 +75,8 @@
|
|||
showIndex: false,
|
||||
title: item.Name,
|
||||
showRemoveFromPlaylist: true,
|
||||
smallIcon: true
|
||||
smallIcon: true,
|
||||
playFromHere: true
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -181,6 +182,24 @@
|
|||
|
||||
removeFromPlaylist(page, [playlistItemId]);
|
||||
|
||||
}).on('playallfromhere', function (e, index) {
|
||||
|
||||
LibraryBrowser.playAllFromHere({
|
||||
|
||||
Recursive: true,
|
||||
ParentId: query.ParentId
|
||||
|
||||
}, index);
|
||||
|
||||
}).on('queueallfromhere', function (e, index) {
|
||||
|
||||
LibraryBrowser.queueAllFromHere({
|
||||
|
||||
Recursive: true,
|
||||
ParentId: query.ParentId
|
||||
|
||||
}, index);
|
||||
|
||||
});
|
||||
|
||||
}).on('pagebeforeshow', "#playlistEditorPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue