mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
refactor: Set 'resume' action to poster
To match logic. This has no effect, because 'play' still uses the current position.
This commit is contained in:
parent
6ad311baad
commit
ca8cc653d9
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ function renderDetailImage(elem, item, imageLoader) {
|
||||||
transition: false,
|
transition: false,
|
||||||
disableIndicators: true,
|
disableIndicators: true,
|
||||||
overlayPlayButton: layoutManager.desktop,
|
overlayPlayButton: layoutManager.desktop,
|
||||||
action: layoutManager.desktop ? 'play' : 'none',
|
action: layoutManager.desktop ? 'resume' : 'none',
|
||||||
width: dom.getWindowSize().innerWidth * 0.25
|
width: dom.getWindowSize().innerWidth * 0.25
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue