diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-24 11:22:14 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-24 11:45:24 +0200 |
commit | 18303c231ce2f6636b7958d6db0d7041665960ce (patch) | |
tree | 57f050900bd70051a99ccc11497784994a64e519 /contrib/config.toml | |
parent | feat(bytes): Add implementation for serde's `Serialize` (diff) | |
download | yt-18303c231ce2f6636b7958d6db0d7041665960ce.tar.gz yt-18303c231ce2f6636b7958d6db0d7041665960ce.zip |
fix(contrib/config.toml): Correct typo in config key
Diffstat (limited to 'contrib/config.toml')
-rw-r--r-- | contrib/config.toml | 2 |
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" |