diff --git a/adscript/src/integration/AdScriptTHEOIntegration.ts b/adscript/src/integration/AdScriptTHEOIntegration.ts index bb15a159..0c5fbb24 100644 --- a/adscript/src/integration/AdScriptTHEOIntegration.ts +++ b/adscript/src/integration/AdScriptTHEOIntegration.ts @@ -158,7 +158,7 @@ export class AdScriptTHEOIntegration { private onPlay = (event: PlayEvent) => { Logger.logEvent(event); - this.reportPlayerState; + this.reportPlayerState(); }; private onEnded = (event: EndedEvent) => {