mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
Disable play button on poster in TV layout
This commit is contained in:
parent
fff64ae5a5
commit
6ad311baad
@ -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
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user