From 2c631573d66ab4ac5de2dfacf8fdd24b98036482 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 3 Jun 2013 22:02:49 -0400 Subject: [PATCH] re-factored some file system access --- dashboard-ui/css/site.css | 1 + dashboard-ui/index.html | 2 +- dashboard-ui/scripts/Itemdetailpage.js | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) 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 @@
-

Collections

+

Collections

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") {