diff options
Diffstat (limited to 'client/src/standalone/videos/test-embed.ts')
-rw-r--r-- | client/src/standalone/videos/test-embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts index e5e6365dc..202e86667 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts | |||
@@ -30,7 +30,7 @@ window.addEventListener('load', async () => { | |||
30 | ] | 30 | ] |
31 | 31 | ||
32 | monitoredEvents.forEach(e => { | 32 | monitoredEvents.forEach(e => { |
33 | player.addEventListener(e as PlayerEventType, () => console.log(`PLAYER: event '${e}' received`)) | 33 | player.addEventListener(e as PlayerEventType, (param) => console.log(`PLAYER: event '${e}' received`, param)) |
34 | console.log(`PLAYER: now listening for event '${e}'`) | 34 | console.log(`PLAYER: now listening for event '${e}'`) |
35 | }) | 35 | }) |
36 | 36 | ||