aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index a7dd398..9c64c3a 100644
--- a/settings.py
+++ b/settings.py
@@ -156,9 +156,14 @@ For security reasons, enabling this is not recommended.''',
'default': 720,
'comment': '',
'options': [
+ (144, '144p'),
+ (240, '240p'),
(360, '360p'),
(480, '480p'),
(720, '720p'),
+ (1080, '1080p'),
+ (1440, '1440p'),
+ (2160, '2160p'),
],
'category': 'playback',
}),