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.