aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 16cdf78..15d2e01 100644
--- a/settings.py
+++ b/settings.py
@@ -102,12 +102,21 @@ For security reasons, enabling this is not recommended.''',
'type': int,
'default': 720,
'comment': '',
+ 'options': [
+ (360, '360p'),
+ (720, '720p'),
+ ],
}),
('theme', {
'type': int,
'default': 0,
'comment': '',
+ 'options': [
+ (0, 'Light'),
+ (1, 'Gray'),
+ (2, 'Dark'),
+ ],
}),
('gather_googlevideo_domains', {