aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJames Taylor <28744867+user234683@users.noreply.github.com>2020-10-21 18:53:34 -0700
committerGitHub <noreply@github.com>2020-10-21 18:53:34 -0700
commit8b54a5f3aa376651bf063baa6893fe9b7f0e2ca0 (patch)
tree6bff6ae507db03e435bb04e3969ef08093f3f8d8 /settings.py
parentf01ef36a37c9112eca3f85d49622c41d68000a69 (diff)
parentaa52c7a42e9573105dfadb07981c7f5f1447ca9d (diff)
downloadyt-local-8b54a5f3aa376651bf063baa6893fe9b7f0e2ca0.tar.lz
yt-local-8b54a5f3aa376651bf063baa6893fe9b7f0e2ca0.tar.xz
yt-local-8b54a5f3aa376651bf063baa6893fe9b7f0e2ca0.zip
Merge pull request #32 from zrose584/add_sponsorblock
add sponsorblock.js
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 159a896..e1cec13 100644
--- a/settings.py
+++ b/settings.py
@@ -142,6 +142,13 @@ For security reasons, enabling this is not recommended.''',
'comment': '',
}),
+ ('use_sponsorblock_js', {
+ 'label': 'Enable sponsorblock.js',
+ 'type': bool,
+ 'default': False,
+ 'comment': '',
+ }),
+
('theme', {
'type': int,
'default': 0,