aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-01-22 06:38:52 +0800
committerAstound <kirito@disroot.org>2024-01-22 06:38:52 +0800
commitb215e2a3b235f167796355e10d48fa63fc61ce1f (patch)
tree00799efba07c12938b0262de8fe3d53b9f35af78 /settings.py
parent97972d6fa3bdbe4a02589345373c958e7b2f9c22 (diff)
downloadyt-local-b215e2a3b235f167796355e10d48fa63fc61ce1f.tar.lz
yt-local-b215e2a3b235f167796355e10d48fa63fc61ce1f.tar.xz
yt-local-b215e2a3b235f167796355e10d48fa63fc61ce1f.zip
Add setting to autoplay videos
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 d8876e2..eb210c5 100644
--- a/settings.py
+++ b/settings.py
@@ -151,6 +151,13 @@ For security reasons, enabling this is not recommended.''',
'category': 'interface',
}),
+ ('autoplay_videos', {
+ 'type': bool,
+ 'default': False,
+ 'comment': '',
+ 'category': 'playback',
+ }),
+
('default_resolution', {
'type': int,
'default': 720,