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