update chromecast

This commit is contained in:
Luke Pulverenti 2014-08-21 11:55:35 -04:00
parent f6995379a2
commit 3f09347bf7
8 changed files with 185 additions and 68 deletions

View file

@ -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 () {