aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 68f25d6..391dd4d 100644
--- a/settings.py
+++ b/settings.py
@@ -9,6 +9,10 @@ subtitles_mode = 0
# ISO 639 language code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
subtitles_language = "en"
+
+enable_related_videos = True
+enable_comments = True
+enable_comment_avatars = True
'''
exec(default_settings)
try: