diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json
index b09177f0c..18a9658d0 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.313",
- "_release": "1.4.313",
+ "version": "1.4.314",
+ "_release": "1.4.314",
"_resolution": {
"type": "version",
- "tag": "1.4.313",
- "commit": "79c18a7f2b379d8162bdca36b7cf0713bbe43ad8"
+ "tag": "1.4.314",
+ "commit": "087a1aa017a98fe347ce4388a794b3de13468a4d"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",
diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css
index d5f388ee0..997a9b3ce 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css
+++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css
@@ -317,8 +317,9 @@
padding: 0 .5em 0;
overflow: hidden;
text-overflow: ellipsis;
- display: flex;
align-items: center;
+ /* Need block here or the ellipsis overflow is lost */
+ display: block;
}
.programIcon {
@@ -335,6 +336,16 @@
margin-left: .25em;
}
+.programTextIcon {
+ font-weight: bold;
+ color: rgb(30,30,30);
+ font-size: 1.0em;
+ background: #555;
+ padding: .18em .32em;
+ border-radius: .25em;
+ margin-right: .35em;
+}
+
.guideChannelNumber {
padding-left: 1em;
max-width: 30%;
diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
index 390a695d5..32fc92c95 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
@@ -378,7 +378,7 @@
return '';
}
- function getChannelProgramsHtml(context, date, channel, programs, options) {
+ function getChannelProgramsHtml(context, date, channel, programs, options, index) {
var html = '';
@@ -482,7 +482,7 @@
timerAttributes += ' data-seriestimerid="' + program.SeriesTimerId + '"';
}
- html += '