diff --git a/dashboard-ui/bower_components/emby-apiclient/.bower.json b/dashboard-ui/bower_components/emby-apiclient/.bower.json index 2135a02cc8..26810f2e02 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.1.61", - "_release": "1.1.61", + "version": "1.1.62", + "_release": "1.1.62", "_resolution": { "type": "version", - "tag": "1.1.61", - "commit": "6a78282741579ae715a93d4da77393d887ecc52e" + "tag": "1.1.62", + "commit": "da75c70974125e7666f6e01738850b010f6276b6" }, "_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git", "_target": "^1.1.51", diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index 101f692eea..3ece7529ed 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -15,12 +15,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.4.15", - "_release": "1.4.15", + "version": "1.4.16", + "_release": "1.4.16", "_resolution": { "type": "version", - "tag": "1.4.15", - "commit": "0a71ddc9b55b812fb7c7059525a6a774c3423996" + "tag": "1.4.16", + "commit": "b564ac84f300199b48a8a2338111d6b7609b671b" }, "_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_target": "^1.2.0", diff --git a/dashboard-ui/bower_components/emby-webcomponents/backdrop/backdrop.js b/dashboard-ui/bower_components/emby-webcomponents/backdrop/backdrop.js index 0bf47b0ed3..dcc48b8eb3 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/backdrop/backdrop.js +++ b/dashboard-ui/bower_components/emby-webcomponents/backdrop/backdrop.js @@ -207,8 +207,7 @@ var imgUrl = apiClient.getScaledImageUrl(item.id, { type: "Backdrop", tag: item.tag, - //maxWidth: window.innerWidth, - quality: 100 + maxWidth: Math.min(screen.availWidth || window.innerWidth, 1920) }); setBackdrop(imgUrl, type); diff --git a/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js b/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js index b7278712f8..1167b61b65 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js +++ b/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js @@ -51,15 +51,6 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f options = options || {}; options.type = options.type || "Backdrop"; - options.width = null; - delete options.width; - options.maxWidth = null; - delete options.maxWidth; - options.maxHeight = null; - delete options.maxHeight; - options.height = null; - delete options.height; - // If not resizing, get the original image if (!options.maxWidth && !options.width && !options.maxHeight && !options.height) { options.quality = 100; diff --git a/dashboard-ui/bower_components/emby-webcomponents/strings/en-US.json b/dashboard-ui/bower_components/emby-webcomponents/strings/en-US.json index 9866790675..8667d7ab98 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/strings/en-US.json +++ b/dashboard-ui/bower_components/emby-webcomponents/strings/en-US.json @@ -70,7 +70,7 @@ "LabelPlaylist": "Playlist:", "AddToPlaylist": "Add to Playlist", "Subtitles": "Subtitles", - "DownloadSubtitles": "Download Subtitles", + "SearchForSubtitles": "Search for Subtitles", "LabelLanguage": "Language:", "Search": "Search", "NoSubtitleSearchResultsFound": "No results found.", diff --git a/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html b/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html index f3c86909e8..bbda939706 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html +++ b/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html @@ -6,7 +6,7 @@
-

${DownloadSubtitles}

+

${SearchForSubtitles}

diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json index e1304d174b..f4bfef4a7c 100644 --- a/dashboard-ui/bower_components/iron-meta/.bower.json +++ b/dashboard-ui/bower_components/iron-meta/.bower.json @@ -26,14 +26,14 @@ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "main": "iron-meta.html", - "homepage": "https://github.com/PolymerElements/iron-meta", + "homepage": "https://github.com/polymerelements/iron-meta", "_release": "1.1.1", "_resolution": { "type": "version", "tag": "v1.1.1", "commit": "e171ee234b482219c9514e6f9551df48ef48bd9f" }, - "_source": "git://github.com/PolymerElements/iron-meta.git", + "_source": "git://github.com/polymerelements/iron-meta.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-meta" + "_originalSource": "polymerelements/iron-meta" } \ No newline at end of file