Skip to content

Commit 2210f33

Browse files
committedDec 20, 2024·
Turn off analytics for qbrick
1 parent d31976e commit 2210f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/_common/qbrick-video/QbrickVideo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const QbrickVideo = (props: QbrickVideoProps) => {
4242
: getMediaUrl(poster, !!editorView, contentLanguage);
4343

4444
return (
45-
<div className={style.wrapper}>
45+
<div className={style.wrapper} data-qplayer-analytics="off">
4646
<Script
4747
src={'https://play2.qbrick.com/qbrick-player/framework/GoBrain.min.js'}
4848
async={true}

0 commit comments

Comments
 (0)
Please sign in to comment.