Skip to content

Commit

Permalink
Bump subsonic-connector to 0.2.6 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Nov 25, 2023
1 parent 929aa91 commit 904b887
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 @@ -24,7 +24,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.1.17 mutagen tidalapi==0.7.3)
python_packages=(pyradios py-sonic subsonic-connector==0.2.6 mutagen tidalapi==0.7.3)
for pkg in "${python_packages[@]}"
do
echo "Installing ${pkg} with add_switch [$add_switch]..."
Expand Down

0 comments on commit 904b887

Please sign in to comment.