Commit 7f5554ac authored by Michael Straube's avatar Michael Straube

Song: Fix typo

parent 0bca00a1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment