Skip to content

Commit

Permalink
Back to tidalapi release (now 0.7.5 official)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Mar 2, 2024
1 parent 41e0875 commit 53722a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/install/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$BUILD_MODE" = "full" ]; then
if [ $add_switch -eq 1 ]; then
pip_upgrade="$pip_upgrade --break-system-packages"
fi
python_packages=(pyradios py-sonic subsonic-connector==0.2.6 mutagen rdflib mpegdash git+https://github.com/tamland/python-tidal.git@master)
python_packages=(pyradios py-sonic subsonic-connector==0.2.6 mutagen rdflib mpegdash tidalapi)
for pkg in "${python_packages[@]}"
do
echo "Installing ${pkg} with add_switch [$add_switch]..."
Expand Down

0 comments on commit 53722a2

Please sign in to comment.