diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py index d8876e2..eb210c5 100644 --- a/settings.py +++ b/settings.py @@ -151,6 +151,13 @@ For security reasons, enabling this is not recommended.''', 'category': 'interface', }), + ('autoplay_videos', { + 'type': bool, + 'default': False, + 'comment': '', + 'category': 'playback', + }), + ('default_resolution', { 'type': int, 'default': 720, |