about summary refs log tree commit diff stats
path: root/contrib
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-14 12:46:29 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-14 12:58:40 +0100
commit4031f2ac80108cf8c557bc88111f1ad983ddeaca (patch)
treefd66eea822ba59e09d6251cf758a272bdd93d0ba /contrib
parentfeat(yt/description): Init (diff)
downloadyt-4031f2ac80108cf8c557bc88111f1ad983ddeaca.tar.gz
yt-4031f2ac80108cf8c557bc88111f1ad983ddeaca.zip
refactor(yt/config): Rename `local_comments_length` to `local_display_length`
This allows to use this value both for comments and description display.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/config.toml b/contrib/config.toml
index d156cec..ffd91a1 100644
--- a/contrib/config.toml
+++ b/contrib/config.toml
@@ -13,7 +13,7 @@ playback_speed = 2.7
 subtitle_langs = ""
 
 [watch]
-local_comments_length = 1000
+local_displays_length = 1000
 
 [paths]
 download_dir = "/tmp/yt"