mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/site.js
It's really a matter of preference, but if you want it this way, np. Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
This commit is contained in:
parent
0b099806a7
commit
9878cfc012
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ var AppInfo = {};
|
|||
function createConnectionManager() {
|
||||
return require(["connectionManagerFactory", "apphost", "credentialprovider", "events", "userSettings"], function (ConnectionManager, apphost, credentialProvider, events, userSettings) {
|
||||
var credentialProviderInstance = new credentialProvider(),
|
||||
promises = [apphost.getSyncProfile(), apphost.init()];
|
||||
var promises = [apphost.getSyncProfile(), apphost.init()];
|
||||
|
||||
Promise.all(promises).then(function (responses) {
|
||||
var deviceProfile = responses[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue