aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/watch.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2020-09-09 18:53:11 -0700
committerJames Taylor <user234683@users.noreply.github.com>2020-09-09 18:53:11 -0700
commitc2ca47c5d3f452f94003d48c661a55685be649d0 (patch)
treef0cfb3ed3ad0609355dd5712ff01983d5f638c67 /youtube/watch.py
parent75171b7bd5e8a482702c2eb7b132af75b690b2cc (diff)
downloadyt-local-c2ca47c5d3f452f94003d48c661a55685be649d0.tar.lz
yt-local-c2ca47c5d3f452f94003d48c661a55685be649d0.tar.xz
yt-local-c2ca47c5d3f452f94003d48c661a55685be649d0.zip
Add setting to enable/disable video hotkeys
Diffstat (limited to 'youtube/watch.py')
-rw-r--r--youtube/watch.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/youtube/watch.py b/youtube/watch.py
index d102457..c1f5e1e 100644
--- a/youtube/watch.py
+++ b/youtube/watch.py
@@ -499,9 +499,7 @@ def get_watch_page(video_id=None):
comment_count = info['comment_count'],
comments_disabled = info['comments_disabled'],
- theater_mode = settings.theater_mode,
- related_videos_mode = settings.related_videos_mode,
- comments_mode = settings.comments_mode,
+ settings = settings,
video_height = video_height,
theater_video_target_width = theater_video_target_width,