Song: Fix typo

This commit is contained in:
Michael Straube 2017-01-26 08:19:44 +01:00
parent 0bca00a116
commit 7f5554ac6c

View file

@ -1337,7 +1337,7 @@ get_song() {
;;
esac
[[ "$(trim "$song")" = "-" ]] && unset -v song
[[ "$(trim "$song")" == "-" ]] && unset -v song
# Display Artist and Title on separate lines.
if [[ "$song_shorthand" == "on" ]]; then