From fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 12:43:58 -0700 Subject: Layout: Add theater mode --- settings.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 4aedd19..9253d7c 100644 --- a/settings.py +++ b/settings.py @@ -66,6 +66,12 @@ For security reasons, enabling this is not recommended.''', 1 to sort by newest''', }), + ('theater_mode', { + 'type': bool, + 'default': True, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, -- cgit v1.2.3