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,
|
overlayText: false,
|
||||||
transition: false,
|
transition: false,
|
||||||
disableIndicators: true,
|
disableIndicators: true,
|
||||||
overlayPlayButton: layoutManager.mobile ? false : true,
|
overlayPlayButton: layoutManager.desktop,
|
||||||
action: layoutManager.mobile ? 'none' : 'play',
|
action: layoutManager.desktop ? 'play' : 'none',
|
||||||
width: dom.getWindowSize().innerWidth * 0.25
|
width: dom.getWindowSize().innerWidth * 0.25
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue