We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54a192 commit 1089ef0Copy full SHA for 1089ef0
dotcom-rendering/src/components/YoutubeAtom/YoutubeAtomPlayer.tsx
@@ -40,7 +40,7 @@ type Props = {
40
};
41
42
type CustomPlayEventDetail = { uniqueId: string };
43
-const customPlayEventName = 'video:play';
+const customPlayEventName = 'youtube-video:play';
44
45
type ProgressEvents = {
46
hasSentPlayEvent: boolean;
0 commit comments