mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-05 05:15:31 +02:00
chore: Update dependencies and fix auth
This commit is contained in:
parent
afafa36263
commit
d4f4b92426
8 changed files with 1998 additions and 746 deletions
|
@ -26,7 +26,7 @@ impl Mp3Encoder {
|
|||
anyhow::anyhow!("Failed to set number of channels for mp3 encoder: {}", e)
|
||||
})?;
|
||||
builder
|
||||
.set_brate(mp3lame_encoder::Birtate::Kbps160)
|
||||
.set_brate(mp3lame_encoder::Birtate::Kbps320)
|
||||
.map_err(|e| anyhow::anyhow!("Failed to set bitrate for mp3 encoder: {}", e))?;
|
||||
|
||||
builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue