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

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