Update SkipTracker.tsx

This commit is contained in:
Pas 2026-02-01 08:27:29 -07:00 committed by GitHub
parent 9564fea484
commit a6328ed533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>;
}