diff options
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'], |