1
0
Fork 0
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:
Dmitry Lyzo 2022-02-20 21:34:04 +03:00
parent 6ad311baad
commit ca8cc653d9

View file

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