mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #6388 from jellyfin-web/release-10.10.z
Fix async route page refresh not loading header
Original-merge: 3d20694109
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
parent
cbc356ebdc
commit
ddb01f2e0d
2 changed files with 18 additions and 17 deletions
|
@ -110,9 +110,6 @@ build: ${__JF_BUILD_VERSION__}`);
|
|||
Events.on(apiClient, 'requestfail', appRouter.onRequestFail);
|
||||
});
|
||||
|
||||
// Connect to server
|
||||
ServerConnections.firstConnection = await ServerConnections.connect();
|
||||
|
||||
// Render the app
|
||||
await renderApp();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue