diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 4aedd19..d02a1fd 100644 --- a/settings.py +++ b/settings.py @@ -66,6 +66,24 @@ For security reasons, enabling this is not recommended.''', 1 to sort by newest''', }), + ('theater_mode', { + 'type': bool, + 'default': True, + 'comment': '', + }), + + ('default_resolution', { + 'type': int, + 'default': 720, + 'comment': '', + }), + + ('theme', { + 'type': int, + 'default': 0, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, |