From 31a04555aeee7e9bdaf770ab8f9252990a874890 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 14 Aug 2019 00:12:24 -0700 Subject: Subscriptions auto-checking system --- settings.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 4aedd19..9f0861d 100644 --- a/settings.py +++ b/settings.py @@ -66,6 +66,12 @@ For security reasons, enabling this is not recommended.''', 1 to sort by newest''', }), + ('autocheck_subscriptions', { + 'type': bool, + 'default': 0, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, -- cgit v1.2.3