Update src/tidler
This commit is contained in:
parent
6b1964bca1
commit
82291c68b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue