mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 03:58:36 +01:00
refactor(casting): drop unused liveProgress export
This commit is contained in:
@@ -40,8 +40,6 @@ interface UseCastPlayerProgressResult {
|
||||
setScrubPercentage: (value: number) => void;
|
||||
/** Current playback progress, in seconds (live-updating). */
|
||||
progress: number;
|
||||
/** Live-updating playback position, in seconds. */
|
||||
liveProgress: number;
|
||||
/** Last stable playback position (seconds), for resuming across reloads. */
|
||||
resumePositionRef: RefObject<number>;
|
||||
/** Current trickplay image URL/coordinates, or null. */
|
||||
@@ -151,7 +149,6 @@ export function useCastPlayerProgress({
|
||||
scrubPercentage,
|
||||
setScrubPercentage,
|
||||
progress,
|
||||
liveProgress,
|
||||
resumePositionRef,
|
||||
trickPlayUrl,
|
||||
calculateTrickplayUrl,
|
||||
|
||||
Reference in New Issue
Block a user