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 += ''; }