mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lint
This commit is contained in:
parent
d2263c761c
commit
7080a75b18
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import './libraryMenu';
|
||||||
import './routes';
|
import './routes';
|
||||||
import '../components/themeMediaPlayer';
|
import '../components/themeMediaPlayer';
|
||||||
import './autoBackdrops';
|
import './autoBackdrops';
|
||||||
import { pageClassOn, serverAddress } from './clientUtils';
|
import { navigate, pageClassOn, serverAddress } from './clientUtils';
|
||||||
import '../libraries/screensavermanager';
|
import '../libraries/screensavermanager';
|
||||||
import './serverNotifications';
|
import './serverNotifications';
|
||||||
import '../components/playback/playerSelectionMenu';
|
import '../components/playback/playerSelectionMenu';
|
||||||
|
@ -77,7 +77,7 @@ function loadCoreDictionary() {
|
||||||
function init() {
|
function init() {
|
||||||
serverAddress().then(server => {
|
serverAddress().then(server => {
|
||||||
if (!server) {
|
if (!server) {
|
||||||
Dashboard.navigate('selectserver.html');
|
navigate('selectserver.html');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue