diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 12:43:58 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 12:43:58 -0700 |
commit | fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb (patch) | |
tree | 477e462c4492c0fc24ac969d1787bf3f1e8fd96f /youtube/watch.py | |
parent | bc8db064d24e58a6475349d3c7b7d8d911b61a3f (diff) | |
download | yt-local-fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb.tar.lz yt-local-fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb.tar.xz yt-local-fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb.zip |
Layout: Add theater mode
Diffstat (limited to 'youtube/watch.py')
-rw-r--r-- | youtube/watch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index 8a08832..d9b3cff 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -207,6 +207,8 @@ def get_watch_page(): music_attributes = get_ordered_music_list_attributes(info['music_list']), comments_info = comments_info, + theater_mode = settings.theater_mode, + title = info['title'], uploader = info['uploader'], description = info['description'], |