1
0
Fork 0
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:
Dmitry Lyzo 2021-08-25 14:01:12 +03:00
parent 626993a740
commit 104b76f522
3 changed files with 9 additions and 18 deletions

View file

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