From bda2fd6e886ae9f699708fd6d6848d9a11bba423 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 15 Jul 2025 07:10:38 +0200 Subject: fix(crates/yt/cli): Use the correct `--plackback-speed` option name --- crates/yt/src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/yt/src/cli.rs b/crates/yt/src/cli.rs index 20bce0d..3e59c55 100644 --- a/crates/yt/src/cli.rs +++ b/crates/yt/src/cli.rs @@ -264,8 +264,8 @@ pub(crate) struct SharedSelectionCommandArgs { pub(crate) subtitle_langs: Option, /// The speed to set mpv to - #[arg(short, long)] - pub(crate) speed: Option, + #[arg(short = 's', long)] + pub(crate) playback_speed: Option, /// The short extractor hash pub(crate) hash: LazyExtractorHash, -- cgit 1.4.1