1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix queueallfromhere

This commit is contained in:
Luke Pulverenti 2016-07-11 15:00:13 -04:00
parent 8eddeea1a9
commit c9e9d57e29

View file

@ -2153,8 +2153,8 @@
childrenItemsContainer.addEventListener('playallfromhere', function (e) {
LibraryBrowser.playAllFromHere(_childrenItemsFunction, e.detail.index);
});
childrenItemsContainer.addEventListener('playallfromhere', function (e) {
LibraryBrowser.playAllFromHere(_childrenItemsFunction, e.detail.index);
childrenItemsContainer.addEventListener('queueallfromhere', function (e) {
LibraryBrowser.queueAllFromHere(_childrenItemsFunction, e.detail.index);
});
view.addEventListener('click', function (e) {