diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-17 19:51:41 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-17 19:51:41 +0200 |
commit | f7f2b9fa06fd2218179636c712e43f0c4d65bd9e (patch) | |
tree | 809db0f303e52811a544f0351fe60a193e9d2897 /settings.py | |
parent | e3c311e10a54ae1b7d9114cc58de315157538e0f (diff) | |
download | yt-local-f7f2b9fa06fd2218179636c712e43f0c4d65bd9e.tar.lz yt-local-f7f2b9fa06fd2218179636c712e43f0c4d65bd9e.tar.xz yt-local-f7f2b9fa06fd2218179636c712e43f0c4d65bd9e.zip |
add sponsorblock.js
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/settings.py b/settings.py index dfab369..7417cc6 100644 --- a/settings.py +++ b/settings.py @@ -134,7 +134,7 @@ For security reasons, enabling this is not recommended.''', 'default': True, 'comment': '', }), - + ('use_comments_js', { 'label': 'Enable comments.js', 'type': bool, @@ -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, |