Fixed error message.
This commit is contained in:
parent
a059aa6bb7
commit
91f50f6a35
@ -13,5 +13,5 @@ if [ ${#lyricText} -gt 15 ] ; then
|
||||
msg "$chan" "${lyricText}"
|
||||
exit 0
|
||||
fi
|
||||
msg "$chan" "no lyrics found for ${trackName}."
|
||||
msg "$chan" "no lyrics found for $@."
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user