diff options
| author | Astound <kirito@disroot.org> | 2024-01-22 06:38:52 +0800 |
|---|---|---|
| committer | Astound <kirito@disroot.org> | 2024-01-22 06:38:52 +0800 |
| commit | b215e2a3b235f167796355e10d48fa63fc61ce1f (patch) | |
| tree | 00799efba07c12938b0262de8fe3d53b9f35af78 /settings.py | |
| parent | 97972d6fa3bdbe4a02589345373c958e7b2f9c22 (diff) | |
| download | yt-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.py | 7 |
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, |
