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 }