mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-07 00:39: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;
|
||||
endTime: number;
|
||||
hasBackwardMovement: boolean;
|
||||
skipTimeSource: "fed-skips" | "introdb" | "theintrodb" | null;
|
||||
skipTimeSource: "fed-skips" | null;
|
||||
timer: ReturnType<typeof setTimeout>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue