Update src/tidler

This commit is contained in:
Medvidek77 2025-02-14 18:09:06 +01:00
parent 6b1964bca1
commit 82291c68b1

View file

@ -56,8 +56,8 @@ echo "Welcome to TiDLer -> Tidal music downloader" && echo ""
if [ "$1" = "search" ]; then
if [ "$#" -ge 2 ]; then
shift
jsw="$*"
searchTrack "$jsw"
jsw="$*"
searchTrack "$jsw"
else
searchTrack
fi