Skip to content

Commit c875901

Browse files
committed
fix gst_plugin
1 parent 675ce14 commit c875901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/installscripts/install-jukebox.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ install_main() {
963963

964964
# not yet available on apt.mopidy.com, so install manually
965965
local arch=$(dpkg --print-architecture)
966-
local gst_plugin_spotify_name="gst-plugin-spotify_0.12.2-1_${arch}.deb"
967-
wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.12.2-1/${gst_plugin_spotify_name}
966+
local gst_plugin_spotify_name="gst-plugin-spotify_0.14.0.alpha.1-1_${arch}.deb"
967+
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}
968968
${apt_get} install ./${gst_plugin_spotify_name}
969969
sudo rm -f ${gst_plugin_spotify_name}
970970

0 commit comments

Comments
 (0)