pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update SkipTracker.tsx

authored by

Pas and committed by
GitHub
a6328ed5 9564fea4

+1 -1
+1 -1
src/components/player/internals/Backend/SkipTracker.tsx
··· 19 19 startTime: number; 20 20 endTime: number; 21 21 hasBackwardMovement: boolean; 22 - skipTimeSource: "fed-skips" | "introdb" | "theintrodb" | null; 22 + skipTimeSource: "fed-skips" | null; 23 23 timer: ReturnType<typeof setTimeout>; 24 24 } 25 25