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
|
@ -903,8 +903,7 @@ import { appRouter } from '../../../components/appRouter';
|
|||
actionsheet.show({
|
||||
items: menuItems,
|
||||
title: globalize.translate('Audio'),
|
||||
positionTo: positionTo,
|
||||
enableHistory: false
|
||||
positionTo: positionTo
|
||||
}).then(function (id) {
|
||||
const index = parseInt(id);
|
||||
|
||||
|
@ -950,8 +949,7 @@ import { appRouter } from '../../../components/appRouter';
|
|||
actionsheet.show({
|
||||
title: globalize.translate('Subtitles'),
|
||||
items: menuItems,
|
||||
positionTo: positionTo,
|
||||
enableHistory: false
|
||||
positionTo: positionTo
|
||||
}).then(function (id) {
|
||||
const index = parseInt(id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue