Skip to content

Commit

Permalink
Upgrade spotify to 5.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Nov 16, 2024
1 parent a8c54ba commit 46c30df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docker/snapserver/meta_mopidy.py
docker/mopidy/mopidy.conf
docker/mopidy/iris/
docker/mopidy/m3u/
docker/mopidy/spotify/
docker/mopidy/icecast2.xml
docker/jellyfin/
docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 46c30df

Please sign in to comment.