mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix double routing of root path
This commit is contained in:
parent
8af09253c8
commit
c0662c80b7
4 changed files with 11 additions and 13 deletions
|
@ -492,12 +492,6 @@ import { appRouter } from '../components/appRouter';
|
|||
serverRequest: true
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/',
|
||||
autoFocus: false,
|
||||
isDefaultRoute: true
|
||||
});
|
||||
|
||||
console.groupEnd('defining core routes');
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue