aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-01-29 16:52:18 -0500
committerJesús <heckyel@hyperbola.info>2022-01-29 16:52:18 -0500
commita465805cb95c6e872905f53256d14660006e3b81 (patch)
tree885a3b5e1871b851d0898c02cfbda64d5b98f00e /youtube/static/js
parent12c0daa58a145be9df67d35e6ccf5217e0e41e69 (diff)
downloadyt-local-a465805cb95c6e872905f53256d14660006e3b81.tar.lz
yt-local-a465805cb95c6e872905f53256d14660006e3b81.tar.xz
yt-local-a465805cb95c6e872905f53256d14660006e3b81.zip
Fix name settings in hotkeys
Diffstat (limited to 'youtube/static/js')
-rw-r--r--youtube/static/js/hotkeys.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/js/hotkeys.js b/youtube/static/js/hotkeys.js
index 7906cf9..d505125 100644
--- a/youtube/static/js/hotkeys.js
+++ b/youtube/static/js/hotkeys.js
@@ -26,7 +26,7 @@ function onKeyDown(e) {
}
else if (c == "f") {
e.preventDefault();
- if (data.settings.video_player == 1) {
+ if (data.settings.use_video_player == 2) {
player.fullscreen.toggle()
}
else {