Skip to content

Commit

Permalink
add first playing listener when connector is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoosen committed Jul 15, 2024
1 parent 3eb0ecb commit 353dd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adscript/src/integration/AdScriptTHEOIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class AdScriptTHEOIntegration {
}

private addListeners(): void {
this.player.addEventListener('playing', this.onFirstMainContentPlaying)
this.player.addEventListener('durationchange', this.onDurationChange);
this.player.addEventListener('sourcechange', this.onSourceChange);
this.player.addEventListener('timeupdate', this.onTimeUpdate);
Expand Down

0 comments on commit 353dd9e

Please sign in to comment.