+
-
diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json
index da8028736..795b1da16 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.64",
- "_release": "1.4.64",
+ "version": "1.4.65",
+ "_release": "1.4.65",
"_resolution": {
"type": "version",
- "tag": "1.4.64",
- "commit": "171ff7d10d89cb335d98fcfddd34d7d1bf4ebd19"
+ "tag": "1.4.65",
+ "commit": "f19face68090bcc1fc0f082188cb95792ef18285"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",
diff --git a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css
index e2e982b3d..6ad6be829 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css
+++ b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css
@@ -71,7 +71,7 @@
.dialog .buttons {
position: relative;
- padding: 8px 8px 0 24px;
+ padding: 8px 8px 8px 24px;
margin: 0;
color: #3f51b5;
display: -ms-flexbox;
diff --git a/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css b/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css
index 20d11ca02..4b6d50565 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css
+++ b/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css
@@ -11,7 +11,7 @@ button.listItem {
}
.listItem {
- display: flex;
+ display: block;
align-items: center;
text-align: left;
padding: 0 1em !important;
@@ -26,12 +26,16 @@ button.listItem {
flex-shrink: 0;
}
+ .listItem > * {
+ display: inline-block;
+ vertical-align: middle;
+ }
+
.listItemBody {
flex-grow: 1;
padding: 0 1.15em;
overflow: hidden;
text-overflow: ellipsis;
- display: flex;
flex-direction: column;
vertical-align: middle;
justify-content: center;
@@ -128,3 +132,11 @@ button.listItem {
box-shadow: none !important;
background-color: transparent !important;
}
+
+
+@supports (display: flex) {
+
+ .listItem, .listItemBody {
+ display: flex;
+ }
+}
diff --git a/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js b/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js
index cd89096aa..c42a776ad 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js
@@ -21,26 +21,6 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
options.tag = item.AlbumPrimaryImageTag;
return apiClient.getScaledImageUrl(item.AlbumId, options);
}
-
- //else if (item.AlbumId && item.SeriesPrimaryImageTag) {
-
- // imgUrl = ApiClient.getScaledImageUrl(item.SeriesId, {
- // type: "Primary",
- // width: downloadWidth,
- // tag: item.SeriesPrimaryImageTag,
- // minScale: minScale
- // });
-
- //}
- //else if (item.ParentPrimaryImageTag) {
-
- // imgUrl = ApiClient.getImageUrl(item.ParentPrimaryImageItemId, {
- // type: "Primary",
- // width: downloadWidth,
- // tag: item.ParentPrimaryImageTag,
- // minScale: minScale
- // });
- //}
}
return null;
diff --git a/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json b/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json
index cca11d899..2e765b932 100644
--- a/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json
+++ b/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json
@@ -28,14 +28,14 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"ignore": [],
- "homepage": "https://github.com/polymerelements/iron-resizable-behavior",
+ "homepage": "https://github.com/PolymerElements/iron-resizable-behavior",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "v1.0.3",
"commit": "dda1df6aaf452aedf3e52ff0cf69e72439452216"
},
- "_source": "git://github.com/polymerelements/iron-resizable-behavior.git",
+ "_source": "git://github.com/PolymerElements/iron-resizable-behavior.git",
"_target": "^1.0.0",
- "_originalSource": "polymerelements/iron-resizable-behavior"
+ "_originalSource": "PolymerElements/iron-resizable-behavior"
}
\ No newline at end of file
diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html
index 7b84f943b..77d367180 100644
--- a/dashboard-ui/livetvseriestimer.html
+++ b/dashboard-ui/livetvseriestimer.html
@@ -1,4 +1,4 @@
-
+
@@ -42,9 +42,8 @@
${OptionRecordOnAllChannels}
-