Add cmus support to getsong

This commit is contained in:
Dylan 2016-01-20 21:24:29 +11:00
parent 9729361a3e
commit a9e3db5d8f

2
fetch
View file

@ -846,6 +846,8 @@ getsong () {
song=${song/tag artist }
song=${song/tag title/-}
song=${song//[[:space:]]/ }
else
song="Unknown"
fi
}