fix(casting): clamp trickplay bubble via slider bubbleWidth

This commit is contained in:
Uruk
2026-05-22 09:55:23 +02:00
parent 418bd506c0
commit c3a9b451b6
3 changed files with 13 additions and 158 deletions

View File

@@ -85,8 +85,6 @@ export default function CastingPlayerScreen() {
isScrubbing,
trickplayTime,
setTrickplayTime,
scrubPercentage,
setScrubPercentage,
progress,
resumePositionRef,
trickPlayUrl,
@@ -538,8 +536,6 @@ export default function CastingPlayerScreen() {
sliderMin={sliderMin}
sliderMax={sliderMax}
isScrubbing={isScrubbing}
scrubPercentage={scrubPercentage}
setScrubPercentage={setScrubPercentage}
trickplayTime={trickplayTime}
setTrickplayTime={setTrickplayTime}
trickPlayUrl={trickPlayUrl}