diff options
-rw-r--r-- | crates/yt/src/config/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |