From a9e3db5d8f8b238ff3a78005dbc01e5feb56cf71 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 20 Jan 2016 21:24:29 +1100 Subject: [PATCH] Add cmus support to getsong --- fetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch b/fetch index e43ab417..339a51dd 100755 --- a/fetch +++ b/fetch @@ -846,6 +846,8 @@ getsong () { song=${song/tag artist } song=${song/tag title/-} song=${song//[[:space:]]/ } + else + song="Unknown" fi }