File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
injected/src/features/duckplayer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ export class Pixel {
158158 * | {name: "play.use", remember: "0" | "1"}
159159 * | {name: "play.use.thumbnail"}
160160 * | {name: "play.do_not_use", remember: "0" | "1"}
161- * | {name: "duckplayer.overlay.youtube.watch.here.video- thumbnail"}} input
161+ * | {name: "play.do_not_use. thumbnail"}} input
162162 */
163163 constructor ( input ) {
164164 this . input = input ;
@@ -178,7 +178,7 @@ export class Pixel {
178178 case 'play.do_not_use' : {
179179 return { remember : this . input . remember } ;
180180 }
181- case 'duckplayer.overlay.youtube.watch.here.video- thumbnail' :
181+ case 'play.do_not_use. thumbnail' :
182182 return { } ;
183183 default :
184184 throw new Error ( 'unreachable' ) ;
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ export class VideoOverlay {
480480
481481 videoThumbnailClick ( ) {
482482 console . log ( 'Video thumbnail clicked' ) ;
483- const pixel = new Pixel ( { name : 'duckplayer.overlay.youtube.watch.here.video- thumbnail' } ) ;
483+ const pixel = new Pixel ( { name : 'play.do_not_use. thumbnail' } ) ;
484484
485485 this . messages . sendPixel ( pixel ) ;
486486
You can’t perform that action at this time.
0 commit comments