diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/settings.py b/settings.py index 9c64c3a..a7dd398 100644 --- a/settings.py +++ b/settings.py @@ -156,14 +156,9 @@ 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', }), |