1
0
Fork 0
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:
grafixeyehero 2020-06-16 22:23:19 +03:00
parent e81a7dbb8f
commit 3e583fcf21

View file

@ -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';