From dc097347be5077b56a70f79c6f06b56a919232ff Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 24 Jul 2025 16:27:58 +0200 Subject: fix(crates/yt/config): Avoid module name re-use in `watch` config --- crates/yt/src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/yt/src/config/mod.rs b/crates/yt/src/config/mod.rs index 947e1f8..a19c25c 100644 --- a/crates/yt/src/config/mod.rs +++ b/crates/yt/src/config/mod.rs @@ -61,7 +61,7 @@ mk_config! { local_displays_length: usize =: 1000, /// How long to wait between saving the video watch progress. - watch_progress_save_intervall: Duration =: Duration::from_secs(10), + progress_save_intervall: Duration =: Duration::from_secs(10), }, commands: CommandsConfig = { /// Which command to execute, when showing the thumbnail. -- cgit 1.4.1