1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2889 from dmitrylyzo/fix-dialog-history

Fix dialog history
This commit is contained in:
dkanada 2021-09-04 21:31:31 +09:00 committed by GitHub
commit 5b05db5403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 20 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);