mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix accessing playersettingsmenu, groupSelectionMenu & playback video (Audio, Subtitles)
This commit is contained in:
parent
e302fbfb73
commit
924e5bc7b9
3 changed files with 18 additions and 9 deletions
|
@ -63,7 +63,8 @@ class GroupSelectionMenu {
|
|||
items: menuItems,
|
||||
positionTo: button,
|
||||
resolveOnClick: true,
|
||||
border: true
|
||||
border: true,
|
||||
enableHistory: false
|
||||
};
|
||||
|
||||
actionsheet.show(menuOptions).then(function (id) {
|
||||
|
@ -132,7 +133,8 @@ class GroupSelectionMenu {
|
|||
items: menuItems,
|
||||
positionTo: button,
|
||||
resolveOnClick: true,
|
||||
border: true
|
||||
border: true,
|
||||
enableHistory: false
|
||||
};
|
||||
|
||||
actionsheet.show(menuOptions).then(function (id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue