diff --git a/dashboard-ui/autoorganizelog.html b/dashboard-ui/autoorganizelog.html index 890cedbda8..419774564e 100644 --- a/dashboard-ui/autoorganizelog.html +++ b/dashboard-ui/autoorganizelog.html @@ -12,6 +12,7 @@
${TabActivityLog} ${TabTV} + ${TabSmartMatches}
@@ -78,7 +79,7 @@
${LabelEndingEpisodeNumberHelp}

-
+
${OptionRememberOrganizeCorrection}

diff --git a/dashboard-ui/autoorganizetv.html b/dashboard-ui/autoorganizetv.html index e9d2d44d80..615f5b5f53 100644 --- a/dashboard-ui/autoorganizetv.html +++ b/dashboard-ui/autoorganizetv.html @@ -11,6 +11,7 @@
${TabActivityLog} ${TabTV} + ${TabSmartMatches}
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/movietrailers.js b/dashboard-ui/scripts/movietrailers.js index 81755a1c43..d779000395 100644 --- a/dashboard-ui/scripts/movietrailers.js +++ b/dashboard-ui/scripts/movietrailers.js @@ -72,7 +72,8 @@ items: result.Items, shape: "portrait", lazy: true, - showDetailsMenu: true + showDetailsMenu: true, + overlayPlayButton: true }); var elem = page.querySelector('.itemsContainer'); diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index 5b1e84063a..1c26cac2c1 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -637,7 +637,8 @@ coverImage: true, lazy: true, showDetailsMenu: true, - centerText: true + centerText: true, + overlayPlayButton: true }); html += '
'; 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 }); }