mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use history for app router
This commit is contained in:
parent
4b7f615001
commit
f625915540
5 changed files with 62 additions and 120 deletions
|
@ -163,10 +163,7 @@ async function onAppReady() {
|
|||
import('../assets/css/ios.scss');
|
||||
}
|
||||
|
||||
appRouter.start({
|
||||
click: false,
|
||||
hashbang: true
|
||||
});
|
||||
appRouter.start();
|
||||
|
||||
if (!browser.tv && !browser.xboxOne && !browser.ps4) {
|
||||
import('../components/nowPlayingBar/nowPlayingBar');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue