mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix route for configurationarea
This commit is contained in:
parent
d74a166476
commit
e474f7d04e
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ import { appRouter } from '../components/appRouter';
|
|||
});
|
||||
|
||||
defineRoute({
|
||||
path: 'configurationpage',
|
||||
path: '/configurationpage',
|
||||
autoFocus: false,
|
||||
enableCache: false,
|
||||
enableContentQueryString: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue