mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix route for configurationarea
This commit is contained in:
parent
d74a166476
commit
e474f7d04e
@ -545,7 +545,7 @@ import { appRouter } from '../components/appRouter';
|
|||||||
});
|
});
|
||||||
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: 'configurationpage',
|
path: '/configurationpage',
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
enableCache: false,
|
enableCache: false,
|
||||||
enableContentQueryString: true,
|
enableContentQueryString: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user