mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add dialog id to hashbang
This commit is contained in:
parent
985a7fb670
commit
a25e8d99a0
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ import '../../assets/css/scrollstyles.scss';
|
|||
animateDialogOpen(dlg);
|
||||
|
||||
if (isHistoryEnabled(dlg)) {
|
||||
appRouter.show('/dialog', { dialogId: hash });
|
||||
appRouter.show(`/dialog?dlg=${hash}`, { dialogId: hash });
|
||||
|
||||
window.addEventListener('popstate', onHashChange);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue