removed spacing

This commit is contained in:
d3rrial 2017-01-07 21:53:04 +01:00
parent 803f48e032
commit 89fb0bb4eb

View file

@ -1216,7 +1216,7 @@ get_song() {
}
case "${player/*\/}" in
"mpd"* | "mopidy"*) song="$(mpc current)" ;;
"mpd"* | "mopidy"*) song="$(mpc current)" ;;
"mocp"*) song="$(mocp -Q "%artist - %song")" ;;
"google play"*) song="$(gpmdp-remote current)" ;;
"rhythmbox"*) song="$(rhythmbox-client --print-playing)" ;;