diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css
index 4bc5ef9673..7f66e3519e 100644
--- a/dashboard-ui/css/site.css
+++ b/dashboard-ui/css/site.css
@@ -67,6 +67,7 @@ h2 {
h1 a {
font-weight: normal!important;
text-decoration: none;
+ color: #fff!important;
}
h1 a:hover {
diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html
index 59d316ac3c..e76e8cb201 100644
--- a/dashboard-ui/index.html
+++ b/dashboard-ui/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js
index 7698460184..9e87f98bad 100644
--- a/dashboard-ui/scripts/Itemdetailpage.js
+++ b/dashboard-ui/scripts/Itemdetailpage.js
@@ -278,7 +278,8 @@
var options = {
userId: Dashboard.getCurrentUserId(),
- limit: item.Type == "MusicAlbum" ? 6 : 8
+ limit: item.Type == "MusicAlbum" ? 6 : 8,
+ fields: "PrimaryImageAspectRatio,DateCreated,UserData"
};
if (item.Type == "Movie") {