Skip to content

Commit

Permalink
invoke reportPlayerState in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoosen committed Jul 15, 2024
1 parent 64e9477 commit 3eb0ecb
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 @@ -46,7 +46,7 @@ export class AdScriptTHEOIntegration {
this.mainContentMetadata = metadata;
Logger.logSetContentMetadata(this.mainContentMetadata)
this.JHMTApi.setContentMetadata(this.mainContentMetadata)
this.reportPlayerState;
this.reportPlayerState();
this.addListeners();
}

Expand Down

0 comments on commit 3eb0ecb

Please sign in to comment.