Skip to content

Commit

Permalink
remove unimplemented event
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJaggard committed Apr 25, 2024
1 parent e350cc0 commit 506cea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mux-player/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ export interface MuxPlayerElementEventMap extends HTMLVideoElementEventMap {
cuepointchange: CustomEvent<{ time: number; value: any }>;
cuepointschange: CustomEvent<Array<{ time: number; value: any }>>;
chapterchange: CustomEvent<{ startTime: number; endTime: number; value: string }>;
chapterschange: CustomEvent<Array<{ startTime: number; endTime: number; value: string }>>;
}

interface MuxPlayerElement
Expand Down

0 comments on commit 506cea9

Please sign in to comment.