Upgrade spotify to 5.0.0a3

This commit is contained in:
James Barnsley
2024-11-16 22:08:18 +13:00
parent a8c54ba2b9
commit 46c30df713
2 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,7 @@ RUN git clone --depth 1 --single-branch -b ${IRIS_VERSION} https://github.com/ja
&& cp /iris/VERSION /
# Install Mopidy Spotify
ARG MOPIDY_SPOTIFY_TAG=v5.0.0a1
ARG MOPIDY_SPOTIFY_TAG=v5.0.0a3
RUN git clone --depth 1 --single-branch -b ${MOPIDY_SPOTIFY_TAG} https://github.com/mopidy/mopidy-spotify.git mopidy-spotify \
&& cd mopidy-spotify \
&& python3 setup.py install \