Commit 176fe42f authored by Dylan's avatar Dylan

Fix stdout mode with getsong

parent c0261961
...@@ -1247,7 +1247,7 @@ getsong () { ...@@ -1247,7 +1247,7 @@ getsong () {
esac esac
# Display Artist and Title on seperate lines. # Display Artist and Title on seperate lines.
if [ "$song_shorthand" == "on" ]; then if [ "$song_shorthand" == "on" ] && [ "$stdout_mode" != "on" ]; then
artist="${song/ -*}" artist="${song/ -*}"
song=${song/$artist - } song=${song/$artist - }
......
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