mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 20:18:29 +01:00
fix(casting): clamp trickplay bubble via slider bubbleWidth
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user