mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix queueallfromhere
This commit is contained in:
parent
07fa31c5a6
commit
65a75eb894
1 changed files with 2 additions and 2 deletions
|
@ -2153,8 +2153,8 @@
|
||||||
childrenItemsContainer.addEventListener('playallfromhere', function (e) {
|
childrenItemsContainer.addEventListener('playallfromhere', function (e) {
|
||||||
LibraryBrowser.playAllFromHere(_childrenItemsFunction, e.detail.index);
|
LibraryBrowser.playAllFromHere(_childrenItemsFunction, e.detail.index);
|
||||||
});
|
});
|
||||||
childrenItemsContainer.addEventListener('playallfromhere', function (e) {
|
childrenItemsContainer.addEventListener('queueallfromhere', function (e) {
|
||||||
LibraryBrowser.playAllFromHere(_childrenItemsFunction, e.detail.index);
|
LibraryBrowser.queueAllFromHere(_childrenItemsFunction, e.detail.index);
|
||||||
});
|
});
|
||||||
|
|
||||||
view.addEventListener('click', function (e) {
|
view.addEventListener('click', function (e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue