diff --git a/dashboard-ui/scripts/livetvcomponents.js b/dashboard-ui/scripts/livetvcomponents.js index 3edbaf79e..4a562e705 100644 --- a/dashboard-ui/scripts/livetvcomponents.js +++ b/dashboard-ui/scripts/livetvcomponents.js @@ -4,6 +4,10 @@ return browserInfo.mobile && AppInfo.enableAppLayouts; } + function getSquareShape() { + return enableScrollX() ? 'overflowSquare' : 'square'; + } + function getTimersHtml(timers) { var items = timers.map(function (t) { @@ -68,7 +72,7 @@ html += LibraryBrowser.getPosterViewHtml({ items: group.items, - shape: "square", + shape: getSquareShape(), showTitle: true, showAirTime: true, showChannelName: true,