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 }); }