mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Disable play button on poster in TV layout
This commit is contained in:
parent
fff64ae5a5
commit
6ad311baad
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue