1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Dmitry Lyzo 2020-11-22 02:31:35 +03:00
parent d2263c761c
commit 7080a75b18

View file

@ -25,7 +25,7 @@ import './libraryMenu';
import './routes';
import '../components/themeMediaPlayer';
import './autoBackdrops';
import { pageClassOn, serverAddress } from './clientUtils';
import { navigate, pageClassOn, serverAddress } from './clientUtils';
import '../libraries/screensavermanager';
import './serverNotifications';
import '../components/playback/playerSelectionMenu';
@ -77,7 +77,7 @@ function loadCoreDictionary() {
function init() {
serverAddress().then(server => {
if (!server) {
Dashboard.navigate('selectserver.html');
navigate('selectserver.html');
return;
}