raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6458c947fc9a9005e626333d9ad74be3e416db91

commit 6458c947fc9a9005e626333d9ad74be3e416db91
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Nov 20 14:08:00 2020 +0000

    music-control - add spotifyd
---
 src/modules/music-control/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/music-control/e_mod_main.c 
b/src/modules/music-control/e_mod_main.c
index 85f66c51d..618b78579 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"},

-- 


Reply via email to