Unverified Commit ee41671d authored by dawidd6's avatar dawidd6

rewrite mpc discovery

parent 38cb68b2
......@@ -1334,7 +1334,7 @@ get_song() {
;;
*)
if type -p mpc >/dev/null; then song="$(mpc current)"; fi
mpc >/dev/null 2>&1 && song="$(mpc current)"
;;
esac
......
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