about summary refs log tree commit diff stats
path: root/contrib
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-24 11:22:14 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-24 11:45:24 +0200
commit18303c231ce2f6636b7958d6db0d7041665960ce (patch)
tree57f050900bd70051a99ccc11497784994a64e519 /contrib
parentfeat(bytes): Add implementation for serde's `Serialize` (diff)
downloadyt-18303c231ce2f6636b7958d6db0d7041665960ce.tar.gz
yt-18303c231ce2f6636b7958d6db0d7041665960ce.zip
fix(contrib/config.toml): Correct typo in config key
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 45c8b2b..d156cec 100644
--- a/contrib/config.toml
+++ b/contrib/config.toml
@@ -18,7 +18,7 @@ local_comments_length = 1000
 [paths]
 download_dir = "/tmp/yt"
 mpv_config_path = "./contrib/mpv.conf"
-mpv_info_path = "./contrib/mpv.info.conf"
+mpv_input_path = "./contrib/mpv.info.conf"
 database_path = "./target/database.sql"
 last_selection_path = "./target/last_selection.sql"