mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
solved fetching for configurationpage route
This commit is contained in:
parent
e474f7d04e
commit
fc9f747db2
2 changed files with 13 additions and 4 deletions
|
@ -549,7 +549,8 @@ import { appRouter } from '../components/appRouter';
|
|||
autoFocus: false,
|
||||
enableCache: false,
|
||||
enableContentQueryString: true,
|
||||
roles: 'admin'
|
||||
roles: 'admin',
|
||||
serverRequest: true
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue