From 5b1b16eab998ca7dd01777c4d624a4c1aa10db9f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 1 Feb 2016 21:41:14 -0500 Subject: [PATCH] add play buttons to latest items --- dashboard-ui/scripts/sections.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index cd6342fe1c..b60e6df7d4 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -255,7 +255,8 @@ showChildCountIndicator: true, lazy: true, context: 'home', - centerText: true + centerText: true, + overlayPlayButton: true }); html += ''; } @@ -299,7 +300,8 @@ showUnplayedIndicator: false, showChildCountIndicator: true, lazy: true, - context: 'home' + context: 'home', + overlayPlayButton: true }); html += ''; } @@ -336,7 +338,8 @@ showTitle: true, centerText: true, lazy: true, - showDetailsMenu: true + showDetailsMenu: true, + overlayPlayButton: true }); html += ''; }