1
0
Fork 0
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:
Bill Thornton 2022-04-13 16:38:19 -04:00
parent 4b7f615001
commit f625915540
5 changed files with 62 additions and 120 deletions

View file

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