From a26e99cf5d5dfb499c12eca636ca03484d86d585 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 17 Oct 2013 00:31:40 -0400 Subject: [PATCH] update text on metadata pages --- dashboard-ui/metadataimages.html | 2 +- dashboard-ui/scripts/librarybrowser.js | 3 +++ dashboard-ui/wizardsettings.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/metadataimages.html b/dashboard-ui/metadataimages.html index e1b2aa3629..e7bdcf2441 100644 --- a/dashboard-ui/metadataimages.html +++ b/dashboard-ui/metadataimages.html @@ -22,7 +22,7 @@
Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 802c9a0812..0ca9090dd1 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -850,6 +850,9 @@ } + if (item.IsFolder) { + return ''; + } return '
Missing
'; }, getNewIndicatorHtml: function (item) { diff --git a/dashboard-ui/wizardsettings.html b/dashboard-ui/wizardsettings.html index 4c53335dd9..a57029f614 100644 --- a/dashboard-ui/wizardsettings.html +++ b/dashboard-ui/wizardsettings.html @@ -23,7 +23,7 @@
Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.