diff --git a/dashboard-ui/scripts/tvlatest.js b/dashboard-ui/scripts/tvlatest.js index ff24b7be98..51cc4c99c6 100644 --- a/dashboard-ui/scripts/tvlatest.js +++ b/dashboard-ui/scripts/tvlatest.js @@ -34,6 +34,7 @@ var html = ''; var supportsImageAnalysis = appHost.supports('imageanalysis'); + var cardLayout = supportsImageAnalysis; html += cardBuilder.getCardsHtml({ items: items, @@ -43,10 +44,10 @@ showSeriesYear: true, showParentTitle: true, overlayText: false, - cardLayout: true, + cardLayout: cardLayout, showUnplayedIndicator: false, showChildCountIndicator: true, - centerText: false, + centerText: !cardLayout, lazy: true, overlayPlayButton: true, vibrant: supportsImageAnalysis,