Skip to content

Commit

Permalink
Update librespot dependencies
Browse files Browse the repository at this point in the history
Spotifyd fails to load encrypted files. This seems to be related to
changes on Spotify's end. The librespot v0.4.2 release blacklists a few
access points that caused librespot to fail playback anything. This
change points the librespot v0.4.2 to address similar issues.
  • Loading branch information
lordievader committed Sep 9, 2024
1 parent e280d84 commit 527009d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ structopt = "0.3.17"
tokio = {version = "1.26.0", features = ["signal", "rt-multi-thread", "process", "io-std"] }
tokio-stream = "0.1.7"
url = "2.2.2"
librespot-audio = { version = "0.4", default-features = false }
librespot-playback = { version = "0.4", default-features = false }
librespot-core = { version = "0.4" }
librespot-discovery = { version = "0.4" }
librespot-connect = { version = "0.4" }
librespot-audio = { version = "0.4.2", default-features = false }
librespot-playback = { version = "0.4.2", default-features = false }
librespot-core = { version = "0.4.2" }
librespot-discovery = { version = "0.4.2" }
librespot-connect = { version = "0.4.2" }
toml = "0.7"
color-eyre = "0.6"
directories = "5.0.1"
Expand Down

0 comments on commit 527009d

Please sign in to comment.