Chore: Fix new(er) Clippy lints
This commit is contained in:
@@ -60,7 +60,7 @@ impl YoutubeDl {
|
||||
let ytdl_args = ["-j", &self.url, "-f", "ba[abr>0][vcodec=none]/best"];
|
||||
|
||||
let mut output = Command::new(self.program)
|
||||
.args(&ytdl_args)
|
||||
.args(ytdl_args)
|
||||
.output()
|
||||
.await
|
||||
.map_err(|e| AudioStreamError::Fail(Box::new(e)))?;
|
||||
|
||||
Reference in New Issue
Block a user