1
0
Fork 0
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:
grafixeyehero 2021-05-05 23:48:24 +03:00
parent e302fbfb73
commit 924e5bc7b9
3 changed files with 18 additions and 9 deletions

View file

@ -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) {