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
8eddeea1a9
commit
c9e9d57e29
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue