From 5e99fceeacf89a8aaacc13d2fcae33ad16b2dc95 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 30 Dec 2015 15:25:32 -0500 Subject: [PATCH] add play button to search results --- dashboard-ui/scripts/search.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/search.js b/dashboard-ui/scripts/search.js index 5c3104252e..8a83174b18 100644 --- a/dashboard-ui/scripts/search.js +++ b/dashboard-ui/scripts/search.js @@ -92,7 +92,8 @@ showTitle: true, centerImage: true, centerText: true, - textLines: getAdditionalTextLines + textLines: getAdditionalTextLines, + overlayPlayButton: true }); var itemsContainer = elem.querySelector('.itemsContainer');