Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 23bc8e7

Browse files
authored
Do not override quality on click (#3461)
1 parent 7c8a997 commit 23bc8e7

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/assets/web_extensions/webcompat_youtube

1 file changed

+1
-1
lines changed

app/src/main/assets/web_extensions/webcompat_youtube/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class YoutubeExtension {
131131
}
132132

133133
overrideClick(event) {
134-
this.playerFixes();
134+
this.overrideVideoProjection();
135135
const player = this.getPlayer();
136136
if (!this.isWatchingPage() || !this.hasVideoProjection() || document.fullscreenElement || !player) {
137137
return; // Only override click in the Youtube watching page for 360 videos.

0 commit comments

Comments
 (0)