diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css
index 76795c6789..eb9d3121b2 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css
+++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css
@@ -195,6 +195,10 @@
.guideCurrentDay {
display: none;
}
+
+ .newTvProgram, .liveTvProgram, .premiereTvProgram, .guideHdIcon {
+ display: none;
+ }
}
@media all and (max-width: 1280px) {
diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
index 2e1cac7070..b205787b12 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
@@ -269,7 +269,7 @@
html += '';
if (program.IsHD) {
- html += '';
+ html += '';
}
if (program.SeriesTimerId) {
diff --git a/dashboard-ui/scripts/moviesrecommended.js b/dashboard-ui/scripts/moviesrecommended.js
index 203212b03b..2a9a40af5f 100644
--- a/dashboard-ui/scripts/moviesrecommended.js
+++ b/dashboard-ui/scripts/moviesrecommended.js
@@ -24,12 +24,10 @@
function loadLatest(page, userId, parentId) {
- var limit = 18;
-
var options = {
IncludeItemTypes: "Movie",
- Limit: limit,
+ Limit: 18,
Fields: "PrimaryImageAspectRatio,MediaSourceCount,SyncInfo",
ParentId: parentId,
ImageTypeLimit: 1,
@@ -214,8 +212,8 @@
var url = ApiClient.getUrl("Movies/Recommendations", {
userId: userId,
- categoryLimit: screenWidth >= 1200 ? 4 : 3,
- ItemLimit: screenWidth >= 1920 ? 9 : (screenWidth >= 1600 ? 8 : (screenWidth >= 1200 ? 7 : 6)),
+ categoryLimit: 6,
+ ItemLimit: screenWidth >= 1920 ? 8 : (screenWidth >= 1600 ? 7 : (screenWidth >= 1200 ? 6 : 5)),
Fields: "PrimaryImageAspectRatio,MediaSourceCount,SyncInfo",
ImageTypeLimit: 1,
EnableImageTypes: "Primary,Backdrop,Banner,Thumb"
diff --git a/dashboard-ui/scripts/registrationservices.js b/dashboard-ui/scripts/registrationservices.js
index 87355cf2d7..5308a1226a 100644
--- a/dashboard-ui/scripts/registrationservices.js
+++ b/dashboard-ui/scripts/registrationservices.js
@@ -51,13 +51,6 @@
text: Globalize.translate('MobileSyncFeatureDescription')
});
}
- else if (AppInfo.isNativeApp) {
- list.push({
- name: Globalize.translate('HeaderCloudSync'),
- icon: 'sync',
- text: Globalize.translate('CloudSyncFeatureDescription')
- });
- }
else {
list.push({
name: Globalize.translate('HeaderCinemaMode'),
diff --git a/dashboard-ui/tv.html b/dashboard-ui/tv.html
index 8597c8bd79..35581be1fc 100644
--- a/dashboard-ui/tv.html
+++ b/dashboard-ui/tv.html
@@ -5,7 +5,7 @@
-
+