Skip to content

Commit

Permalink
Fix Spotify authentication (#2435)
Browse files Browse the repository at this point in the history
* update Mopidy-Spotify to 5.0.0a3

* fix gst_plugin
  • Loading branch information
s-martin authored Nov 4, 2024
1 parent 70dad62 commit 501e561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-spotify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Mopidy-Local
Mopidy-MPD
Mopidy-Iris==3.69.3
Mopidy-Spotify==5.0.0a2
Mopidy-Spotify==5.0.0a3
4 changes: 2 additions & 2 deletions scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ install_main() {

# not yet available on apt.mopidy.com, so install manually
local arch=$(dpkg --print-architecture)
local gst_plugin_spotify_name="gst-plugin-spotify_0.12.2-1_${arch}.deb"
wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.12.2-1/${gst_plugin_spotify_name}
local gst_plugin_spotify_name="gst-plugin-spotify_0.14.0.alpha.1-1_${arch}.deb"
wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.14.0-alpha.1-1/${gst_plugin_spotify_name}
${apt_get} install ./${gst_plugin_spotify_name}
sudo rm -f ${gst_plugin_spotify_name}

Expand Down

0 comments on commit 501e561

Please sign in to comment.