Skip to content

Commit

Permalink
Fix reporting player state in onPlay
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechoustoulakis committed Jul 19, 2024
1 parent 78954c8 commit 872dbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adscript/src/integration/AdScriptTHEOIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class AdScriptTHEOIntegration {

private onPlay = (event: PlayEvent) => {
Logger.logEvent(event);
this.reportPlayerState;
this.reportPlayerState();
};

private onEnded = (event: EndedEvent) => {
Expand Down

0 comments on commit 872dbd1

Please sign in to comment.