mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-13 20:50:58 +00:00
Update SkipTracker.tsx
This commit is contained in:
parent
9564fea484
commit
a6328ed533
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ interface PendingSkip {
|
||||||
startTime: number;
|
startTime: number;
|
||||||
endTime: number;
|
endTime: number;
|
||||||
hasBackwardMovement: boolean;
|
hasBackwardMovement: boolean;
|
||||||
skipTimeSource: "fed-skips" | "introdb" | "theintrodb" | null;
|
skipTimeSource: "fed-skips" | null;
|
||||||
timer: ReturnType<typeof setTimeout>;
|
timer: ReturnType<typeof setTimeout>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue