Skip to content

Commit 1089ef0

Browse files
committed
Rename Youtube video event name
1 parent c54a192 commit 1089ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/YoutubeAtom/YoutubeAtomPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type Props = {
4040
};
4141

4242
type CustomPlayEventDetail = { uniqueId: string };
43-
const customPlayEventName = 'video:play';
43+
const customPlayEventName = 'youtube-video:play';
4444

4545
type ProgressEvents = {
4646
hasSentPlayEvent: boolean;

0 commit comments

Comments
 (0)