From ab30128e671cd67357f260f94ba49ec0009d94a0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 19 Nov 2015 00:19:54 -0500 Subject: [PATCH] update cinema mode on/off setting --- dashboard-ui/apiclient/apiclient.js | 3 ++- .../bower_components/doc-ready/.bower.json | 2 +- .../iron-a11y-keys-behavior/.bower.json | 6 +++--- .../bower_components/iron-selector/.bower.json | 4 ++-- dashboard-ui/mypreferenceslanguages.html | 2 +- dashboard-ui/scripts/appsettings.js | 18 ++++++++++++++++++ dashboard-ui/scripts/mediaplayer.js | 13 ++++++++++--- dashboard-ui/scripts/mypreferenceslanguages.js | 5 +++-- 8 files changed, 40 insertions(+), 13 deletions(-) diff --git a/dashboard-ui/apiclient/apiclient.js b/dashboard-ui/apiclient/apiclient.js index 0b699b697c..10bb2f74d6 100644 --- a/dashboard-ui/apiclient/apiclient.js +++ b/dashboard-ui/apiclient/apiclient.js @@ -411,7 +411,8 @@ throw new Error("Cannot open web socket without access token."); } - var url = self.getUrl("socket").replace("/socket", "").replace('http', 'ws'); + var url = self.getUrl("socket").replace("emby/socket", "embywebsocket").replace('http', 'ws'); + url += "?api_key=" + accessToken; url += "&deviceId=" + deviceId; diff --git a/dashboard-ui/bower_components/doc-ready/.bower.json b/dashboard-ui/bower_components/doc-ready/.bower.json index adda4287b4..d4d75eca65 100644 --- a/dashboard-ui/bower_components/doc-ready/.bower.json +++ b/dashboard-ui/bower_components/doc-ready/.bower.json @@ -39,6 +39,6 @@ "commit": "cec8e49744a1e18b14a711eea77e201bb70de544" }, "_source": "git://github.com/desandro/doc-ready.git", - "_target": "1.0.x", + "_target": "~1.0.4", "_originalSource": "doc-ready" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json b/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json index a68849899d..2173705a45 100644 --- a/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json +++ b/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json @@ -30,14 +30,14 @@ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [], - "homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior", + "homepage": "https://github.com/polymerelements/iron-a11y-keys-behavior", "_release": "1.0.9", "_resolution": { "type": "version", "tag": "v1.0.9", "commit": "63dd1ce94223ae6a226e653ef5a458a66c950e79" }, - "_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git", + "_source": "git://github.com/polymerelements/iron-a11y-keys-behavior.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-a11y-keys-behavior" + "_originalSource": "polymerelements/iron-a11y-keys-behavior" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/iron-selector/.bower.json b/dashboard-ui/bower_components/iron-selector/.bower.json index 52d44c1907..ebb18c5b7b 100644 --- a/dashboard-ui/bower_components/iron-selector/.bower.json +++ b/dashboard-ui/bower_components/iron-selector/.bower.json @@ -36,7 +36,7 @@ "tag": "v1.0.8", "commit": "e9a66727f3da0446f04956d4e4f1dcd51cdec2ff" }, - "_source": "git://github.com/PolymerElements/iron-selector.git", + "_source": "git://github.com/polymerelements/iron-selector.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-selector" + "_originalSource": "polymerelements/iron-selector" } \ No newline at end of file diff --git a/dashboard-ui/mypreferenceslanguages.html b/dashboard-ui/mypreferenceslanguages.html index 96f7299b25..a6a4ca3cb5 100644 --- a/dashboard-ui/mypreferenceslanguages.html +++ b/dashboard-ui/mypreferenceslanguages.html @@ -48,7 +48,7 @@