remove a debug line for cmus (oops)

This commit is contained in:
Andrew Titmuss 2017-10-13 13:38:08 +11:00
parent f1052a8e73
commit 1f482d786c
No known key found for this signature in database
GPG Key ID: 8AF42975C787E0B2
1 changed files with 0 additions and 2 deletions

View File

@ -1427,8 +1427,6 @@ guayadeque|yarock|qmmp|quodlibet|deepin-music|tomahawk|pogo|elisa/ {printf $5 "
)" )"
} }
player="cmus"
case "${player/*\/}" in case "${player/*\/}" in
"mpd"* | "mopidy"*) song="$(mpc current)" ;; "mpd"* | "mopidy"*) song="$(mpc current)" ;;
"mocp"*) song="$(mocp -Q "%artist - %song")" ;; "mocp"*) song="$(mocp -Q "%artist - %song")" ;;