Disable play button on poster in TV layout

This commit is contained in:
Dmitry Lyzo 2022-02-20 21:33:14 +03:00
parent fff64ae5a5
commit 6ad311baad

View File

@ -818,8 +818,8 @@ function renderDetailImage(elem, item, imageLoader) {
overlayText: false,
transition: false,
disableIndicators: true,
overlayPlayButton: layoutManager.mobile ? false : true,
action: layoutManager.mobile ? 'none' : 'play',
overlayPlayButton: layoutManager.desktop,
action: layoutManager.desktop ? 'play' : 'none',
width: dom.getWindowSize().innerWidth * 0.25
});