Add setting to autoplay videos

This commit is contained in:
2024-01-22 06:38:52 +08:00
parent 97972d6fa3
commit b215e2a3b2
2 changed files with 8 additions and 1 deletions

View File

@@ -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,