aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-14 00:12:24 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-14 00:12:24 -0700
commit31a04555aeee7e9bdaf770ab8f9252990a874890 (patch)
tree0244e8bc9499fd87bd4cb3bdcdffc1c1519b5498 /settings.py
parent38792081d45d99377f5d472a31133e90a0f5d631 (diff)
downloadyt-local-31a04555aeee7e9bdaf770ab8f9252990a874890.tar.lz
yt-local-31a04555aeee7e9bdaf770ab8f9252990a874890.tar.xz
yt-local-31a04555aeee7e9bdaf770ab8f9252990a874890.zip
Subscriptions auto-checking system
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 6 insertions, 0 deletions
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,