Layout: Add theater mode

This commit is contained in:
James Taylor
2019-08-24 12:43:58 -07:00
parent bc8db064d2
commit fa2fa7fe16
3 changed files with 36 additions and 6 deletions

View File

@@ -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'],