mirror of
https://github.com/stashapp/stash.git
synced 2026-03-31 18:42:06 +02:00
Merge 05472640b6 into fd480c5a3e
This commit is contained in:
commit
35b96e22d7
1 changed files with 4 additions and 3 deletions
|
|
@ -349,9 +349,10 @@ export const ScenePlayerScrubber: React.FC<IScenePlayerScrubberProps> = ({
|
|||
<div
|
||||
className="scrubber-heatmap"
|
||||
style={{
|
||||
backgroundImage: scene.paths.interactive_heatmap
|
||||
? `url(${scene.paths.interactive_heatmap})`
|
||||
: undefined,
|
||||
backgroundImage:
|
||||
scene.interactive_speed && scene.paths.interactive_heatmap
|
||||
? `url(${scene.paths.interactive_heatmap})`
|
||||
: undefined,
|
||||
}}
|
||||
/>
|
||||
<div ref={indicatorEl} id="scrubber-position-indicator" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue