Unverified Commit e00afa6b authored by Michael Straube's avatar Michael Straube Committed by GitHub

song: Add olivia player (#1495)

parent 7805b2c4
......@@ -501,6 +501,7 @@ disk_percent="on"
# mpd
# muine
# netease-cloud-music
# olivia
# playerctl
# pogo
# pragha
......@@ -2658,6 +2659,7 @@ get_song() {
"mpd"
"muine"
"netease-cloud-music"
"olivia"
"plasma-browser-integration"
"playerctl"
"pogo"
......@@ -2723,6 +2725,7 @@ get_song() {
"gogglesmm"*) get_song_dbus "gogglesmm" ;;
"xnoise"*) get_song_dbus "xnoise" ;;
"tauonmb"*) get_song_dbus "tauon" ;;
"olivia"*) get_song_dbus "olivia" ;;
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
"io.elementary.music"*) get_song_dbus "Music" ;;
......
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