made Song case switch smaller

This commit is contained in:
d3rrial 2017-01-07 21:48:29 +01:00
parent 203f218cc7
commit 803f48e032
1 changed files with 1 additions and 2 deletions

View File

@ -1216,8 +1216,7 @@ get_song() {
}
case "${player/*\/}" in
"mopidy"*) song="$(mpc current)" ;;
"mpd"*) 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)" ;;