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 [ "$1" = "search" ]; then
|
||||||
if [ "$#" -ge 2 ]; then
|
if [ "$#" -ge 2 ]; then
|
||||||
shift
|
shift
|
||||||
jsw="$*"
|
jsw="$*"
|
||||||
searchTrack "$jsw"
|
searchTrack "$jsw"
|
||||||
else
|
else
|
||||||
searchTrack
|
searchTrack
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue