mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2660 from grafixeyehero/Enable-history-dialog-hash
Fix browser history for dialog
This commit is contained in:
commit
01572df641
4 changed files with 19 additions and 10 deletions
|
@ -903,7 +903,8 @@ import { appRouter } from '../../../components/appRouter';
|
|||
actionsheet.show({
|
||||
items: menuItems,
|
||||
title: globalize.translate('Audio'),
|
||||
positionTo: positionTo
|
||||
positionTo: positionTo,
|
||||
enableHistory: false
|
||||
}).then(function (id) {
|
||||
const index = parseInt(id);
|
||||
|
||||
|
@ -949,7 +950,8 @@ import { appRouter } from '../../../components/appRouter';
|
|||
actionsheet.show({
|
||||
title: globalize.translate('Subtitles'),
|
||||
items: menuItems,
|
||||
positionTo: positionTo
|
||||
positionTo: positionTo,
|
||||
enableHistory: false
|
||||
}).then(function (id) {
|
||||
const index = parseInt(id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue