summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-20 14:08:00 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-20 14:08:00 +0000
commit6458c947fc9a9005e626333d9ad74be3e416db91 (patch)
treecf2cce4db9ee26ba72cf023a1ecfe94e57cca66e
parentd61b3f2d55ad40c59a9d0dd0d91dcbc4a6bda342 (diff)
downloadenlightenment-6458c947fc9a9005e626333d9ad74be3e416db91.tar.gz
music-control - add spotifyd
-rw-r--r--src/modules/music-control/e_mod_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/music-control/e_mod_main.c b/src/modules/music-control/e_mod_main.c
index 85f66c51da..618b78579b 100644
--- a/src/modules/music-control/e_mod_main.c
+++ b/src/modules/music-control/e_mod_main.c
@@ -22,6 +22,7 @@ const Player music_player_players[] =
{"Rage", "org.mpris.MediaPlayer2.rage", "rage"},
{"Rhythmbox", "org.gnome.Rhythmbox3", "rhythmbox"},
{"Spotify", "org.mpris.MediaPlayer2.spotify", "spotify"},
+ {"Spotifyd", "org.mpris.MediaPlayer2.spotifyd", "spotifyd"},
{"Squeezebox", "org.mpris.MediaPlayer2.squeezebox", "slimpris2"},
{"Tomahawk", "org.mpris.MediaPlayer2.tomahawk", "tomahawk"},
{"VLC", "org.mpris.MediaPlayer2.vlc", "vlc"},