From d9fbf82bb23b848726eace7354444f16e17a36f8 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 13:35:11 -0700 Subject: Layout: Add option to use 720p resolution --- settings.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 9253d7c..944576d 100644 --- a/settings.py +++ b/settings.py @@ -72,6 +72,12 @@ For security reasons, enabling this is not recommended.''', 'comment': '', }), + ('default_resolution', { + 'type': int, + 'default': 720, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, -- cgit v1.2.3