diff options
author | Astound <kirito@disroot.org> | 2024-01-28 01:55:11 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-01-28 01:55:11 +0800 |
commit | 9dba53d4ed991e2739f4b14f2223c4feb224b0ec (patch) | |
tree | b79bd6f95b4e74c655a60b4d3dfe1cdf6d2502e8 /config.env.example | |
parent | 56589294d6051cd6960b3a494c755fe24bb0d65b (diff) | |
download | yt-local-docker-9dba53d4ed991e2739f4b14f2223c4feb224b0ec.tar.lz yt-local-docker-9dba53d4ed991e2739f4b14f2223c4feb224b0ec.tar.xz yt-local-docker-9dba53d4ed991e2739f4b14f2223c4feb224b0ec.zip |
update to yt-local v0.2.7
Diffstat (limited to 'config.env.example')
-rw-r--r-- | config.env.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.env.example b/config.env.example index 7bf62bc..e48b533 100644 --- a/config.env.example +++ b/config.env.example @@ -23,11 +23,12 @@ ENABLE_COMMENTS_AVATARS=True DEFAULT_COMMENT_SORTING=0 THEATER_MODE=True +AUTOPLAY_VIDEOS=True DEFAULT_RESOLUTION=1080 CODEC_RANK_H264=3 CODEC_RANK_VP=2 CODEC_RANK_AV1=1 -PREFER_UNI_SOURCES=True +PREFER_UNI_SOURCES=1 USE_VIDEO_PLAYER=2 USE_VIDEO_DOWNLOAD=0 |