diff --git a/dashboard-ui/metadataimages.html b/dashboard-ui/metadataimages.html index e1b2aa362..e7bdcf244 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 802c9a081..0ca9090dd 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 4c53335dd..a57029f61 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.