mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix userSettings Cannot read property 'get' of undefined
This commit is contained in:
parent
e81a7dbb8f
commit
3e583fcf21
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import loading from 'loading';
|
|||
import layoutManager from 'layoutManager';
|
||||
import playbackManager from 'playbackManager';
|
||||
import connectionManager from 'connectionManager';
|
||||
import userSettings from 'userSettings';
|
||||
import * as userSettings from 'userSettings';
|
||||
import appRouter from 'appRouter';
|
||||
import globalize from 'globalize';
|
||||
import 'emby-input';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue