diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index d30d9dacbf..f9b5235cb5 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -51,7 +51,8 @@ + +
diff --git a/dashboard-ui/scripts/moviecollections.js b/dashboard-ui/scripts/moviecollections.js index 00d9abc3e5..2ef0cd8480 100644 --- a/dashboard-ui/scripts/moviecollections.js +++ b/dashboard-ui/scripts/moviecollections.js @@ -74,6 +74,17 @@ lazy: true }); } + else if (view == "Thumb") { + html = LibraryBrowser.getPosterViewHtml({ + items: result.Items, + shape: "backdrop", + context: 'movies', + showTitle: true, + centerText: true, + lazy: true, + preferThumb: true + }); + } $('.noItemsMessage', page).hide();