export interface TrackStuckEvent extends PlayerEvent { type: "TrackStuckEvent"; thresholdMs: number; }
Last updated 1 year ago