diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index 7fca9d35ad..a8510b1c90 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -14,12 +14,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.4.138", - "_release": "1.4.138", + "version": "1.4.139", + "_release": "1.4.139", "_resolution": { "type": "version", - "tag": "1.4.138", - "commit": "47e65115a8237bac098ba2987c894a16c1ce2744" + "tag": "1.4.139", + "commit": "018e5ac964a1ebe99ac21391c9d4a27a47f469e0" }, "_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_target": "^1.2.0", diff --git a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css index c680ca1fb0..083e727d7a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css +++ b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css @@ -50,11 +50,6 @@ button.actionSheetMenuItem { display: inline-block; } -.layout-tv button.actionSheetMenuItem { - padding-top: .16em; - padding-bottom: .16em; -} - .actionSheetItemIcon { margin-right: 1.5em !important; } @@ -68,7 +63,7 @@ button.actionSheetMenuItem { } .layout-tv .actionSheetScroller { - max-height: 60%; + max-height: 64%; max-width: 60%; width: auto; } diff --git a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js index b3d6c6f968..715a93a022 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +++ b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js @@ -286,6 +286,11 @@ define(['browser'], function (browser) { hlsVideoAudioCodecs.push('mp3'); } + if (isEdgeUniversal()) { + videoAudioCodecs.push('dca'); + videoAudioCodecs.push('truehd'); + } + if (canPlayH264()) { profile.DirectPlayProfiles.push({ Container: 'mp4,m4v', diff --git a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css index 888e2703e4..0c13797dd8 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css +++ b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css @@ -347,10 +347,6 @@ button.cardImageContainer { background-color: #F57F17; } -.scalableCard.personCard { - width: 14.285714285714285714285714285714%; -} - .scalableCard.backdropCard { width: 100%; } @@ -579,3 +575,7 @@ button.cardImageContainer { .layout-tv .scalableCard.portraitCard { width: 16.66666666666666667%; } + +.layout-tv .scalableCard.personCard { + width: 14.285714285714285714285714285714%; +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css b/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css index 3d33663ee3..571f4c9954 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css @@ -94,8 +94,10 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider { } .layout-tv .mdl-slider::-webkit-slider-thumb { - width: 2vh; - height: 2vh; + width: 12px; + height: 12px; + position: relative; + top: 1px; } .mdl-slider::-moz-range-thumb { @@ -147,21 +149,6 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider { background: gray; } -.layout-tv .mdl-slider::-ms-thumb { - width: 2vh; - height: 2vh; -} - -.layout-tv .mdl-slider::-webkit-slider-thumb { - width: 0; - height: 0; -} - -.layout-tv .mdl-slider:hover::-webkit-slider-thumb { - width: 16px; - height: 16px; -} - .mdl-slider.is-lowest-value::-webkit-slider-thumb { /*border: 2px solid #52B54B; background: transparent;*/ @@ -329,11 +316,9 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider { position: absolute; top: -3.7em; left: 0; - padding: .75em; - background: #3367d6; + padding: .5em 1em; + background: #282828; color: #fff; - border-radius: 1000px; - font-size: 90%; display: flex; align-items: center; justify-content: center; diff --git a/dashboard-ui/bower_components/polymer/.bower.json b/dashboard-ui/bower_components/polymer/.bower.json index 5320b592cc..cad9543436 100644 --- a/dashboard-ui/bower_components/polymer/.bower.json +++ b/dashboard-ui/bower_components/polymer/.bower.json @@ -31,14 +31,14 @@ "web-component-tester": "*" }, "private": true, - "homepage": "https://github.com/Polymer/polymer", + "homepage": "https://github.com/polymer/polymer", "_release": "1.6.0", "_resolution": { "type": "version", "tag": "v1.6.0", "commit": "8715c83bf04a228de00ec662ed43eb6141e61b91" }, - "_source": "git://github.com/Polymer/polymer.git", + "_source": "git://github.com/polymer/polymer.git", "_target": "^1.1.0", - "_originalSource": "Polymer/polymer" + "_originalSource": "polymer/polymer" } \ No newline at end of file