From 073fd66f812ba64da221055640d031debff3bb50 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 12 Feb 2016 15:26:03 -0500 Subject: [PATCH] add more play buttons --- .../recordingcreator/recordingcreator.template.html | 2 +- dashboard-ui/scripts/episodes.js | 3 ++- dashboard-ui/scripts/favorites.js | 6 +++--- dashboard-ui/scripts/itemdetailpage.js | 5 +++-- dashboard-ui/scripts/librarybrowser.js | 5 +++++ dashboard-ui/scripts/librarylist.js | 12 +++++++----- dashboard-ui/scripts/moviecollections.js | 6 ++++-- dashboard-ui/scripts/moviegenres.js | 6 ++++-- dashboard-ui/scripts/movies.js | 6 ++++-- dashboard-ui/scripts/moviesrecommended.js | 3 ++- dashboard-ui/scripts/movietrailers.js | 3 ++- dashboard-ui/scripts/sections.js | 3 ++- dashboard-ui/scripts/tvgenres.js | 6 ++++-- dashboard-ui/scripts/tvshows.js | 6 ++++-- 14 files changed, 47 insertions(+), 25 deletions(-) diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.template.html b/dashboard-ui/components/recordingcreator/recordingcreator.template.html index eae7bf23e9..3cfe45f654 100644 --- a/dashboard-ui/components/recordingcreator/recordingcreator.template.html +++ b/dashboard-ui/components/recordingcreator/recordingcreator.template.html @@ -15,8 +15,8 @@

-
'; diff --git a/dashboard-ui/scripts/tvgenres.js b/dashboard-ui/scripts/tvgenres.js index 513235d8cc..2b6f5e9277 100644 --- a/dashboard-ui/scripts/tvgenres.js +++ b/dashboard-ui/scripts/tvgenres.js @@ -68,7 +68,8 @@ context: 'tv', showItemCounts: true, centerText: true, - lazy: true + lazy: true, + overlayPlayButton: true }); } else if (view == "ThumbCard") { @@ -102,7 +103,8 @@ context: 'tv', centerText: true, showItemCounts: true, - lazy: true + lazy: true, + overlayPlayButton: true }); } diff --git a/dashboard-ui/scripts/tvshows.js b/dashboard-ui/scripts/tvshows.js index f9dbb5ed6b..b66c1d9028 100644 --- a/dashboard-ui/scripts/tvshows.js +++ b/dashboard-ui/scripts/tvshows.js @@ -78,7 +78,8 @@ shape: "backdrop", preferThumb: true, context: 'tv', - lazy: true + lazy: true, + overlayPlayButton: true }); } @@ -132,7 +133,8 @@ shape: "portrait", context: 'tv', centerText: true, - lazy: true + lazy: true, + overlayPlayButton: true }); }