Commit ad16b592 authored by Dylan Araps's avatar Dylan Araps

song: Added support for plasma-browser-integration

parent c7685b4c
......@@ -2426,6 +2426,7 @@ get_song() {
"mopidy"
"mpd"
"netease-cloud-music"
"plasma-browser-integration"
"pogo"
"pragha"
"qmmp"
......@@ -2487,6 +2488,7 @@ get_song() {
"rhythmbox"*) get_song_dbus "rhythmbox" ;;
"strawberry"*) get_song_dbus "strawberry" ;;
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
"cmus"*)
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
......
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