diff --git a/dashboard-ui/bower_components/emby-apiclient/.bower.json b/dashboard-ui/bower_components/emby-apiclient/.bower.json index e6e9126268..af80dd8258 100644 --- a/dashboard-ui/bower_components/emby-apiclient/.bower.json +++ b/dashboard-ui/bower_components/emby-apiclient/.bower.json @@ -16,12 +16,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.0.15", - "_release": "1.0.15", + "version": "1.0.16", + "_release": "1.0.16", "_resolution": { "type": "version", - "tag": "1.0.15", - "commit": "2b89c4815135e6acef56ec14d56ad0a1d7551e00" + "tag": "1.0.16", + "commit": "a454b78f6e617aef9359736c57f38ac40fcc8d61" }, "_source": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git", "_target": "~1.0.3", diff --git a/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js b/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js index 62a28bd440..b8e686a6be 100644 --- a/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js +++ b/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js @@ -434,13 +434,13 @@ function afterConnected(apiClient, options) { options = options || {}; - if (options.reportCapabilities !== false) { apiClient.reportCapabilities(capabilities); } if (options.enableWebSocket !== false) { - if (!apiClient.isWebSocketOpenOrConnecting && apiClient.isWebSocketSupported()) { + if (!apiClient.isWebSocketOpenOrConnecting() && apiClient.isWebSocketSupported()) { + console.log('calling apiClient.openWebSocket'); apiClient.openWebSocket(); diff --git a/dashboard-ui/bower_components/hls.js/.bower.json b/dashboard-ui/bower_components/hls.js/.bower.json index 15e2cf0f71..2b6ab70318 100644 --- a/dashboard-ui/bower_components/hls.js/.bower.json +++ b/dashboard-ui/bower_components/hls.js/.bower.json @@ -1,6 +1,6 @@ { "name": "hls.js", - "version": "0.3.11", + "version": "0.3.13", "description": "Media Source Extension - HLS library, by/for Dailymotion", "homepage": "https://github.com/dailymotion/hls.js", "authors": [ @@ -15,14 +15,13 @@ "test", "tests" ], - "_release": "0.3.11", + "_release": "0.3.13", "_resolution": { "type": "version", - "tag": "v0.3.11", - "commit": "4e698e4adc4e1e0fa80ef9c8334a5ef382bbe347" + "tag": "v0.3.13", + "commit": "a7aa29605b6814b2f99c1e07db0fcb5bf9cd890a" }, "_source": "git://github.com/dailymotion/hls.js.git", "_target": "~0.3.11", - "_originalSource": "dailymotion/hls.js", - "_direct": true + "_originalSource": "dailymotion/hls.js" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/hls.js/bower.json b/dashboard-ui/bower_components/hls.js/bower.json index 4a2cdbdbe9..7c66044007 100644 --- a/dashboard-ui/bower_components/hls.js/bower.json +++ b/dashboard-ui/bower_components/hls.js/bower.json @@ -1,6 +1,6 @@ { "name": "hls.js", - "version": "0.3.11", + "version": "0.3.13", "description": "Media Source Extension - HLS library, by/for Dailymotion", "homepage": "https://github.com/dailymotion/hls.js", "authors": [ diff --git a/dashboard-ui/bower_components/hls.js/demo/index.html b/dashboard-ui/bower_components/hls.js/demo/index.html index c5a6e2f6cb..dfd62a2a45 100644 --- a/dashboard-ui/bower_components/hls.js/demo/index.html +++ b/dashboard-ui/bower_components/hls.js/demo/index.html @@ -72,8 +72,9 @@ header {
- + +