stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=40cbdbc674648e92174a50c2f7359930ca0f8b60

commit 40cbdbc674648e92174a50c2f7359930ca0f8b60
Author: Stefan Schmidt <[email protected]>
Date:   Fri Nov 7 09:05:32 2014 +0100

    modules/music-control: Add Tomahawk as compatible player.
    
    This list is getting longer and longer. Maybe we should think about
    autodetecting available players on the session bus?
---
 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 41cbc28..04df8d4 100644
--- a/src/modules/music-control/e_mod_main.c
+++ b/src/modules/music-control/e_mod_main.c
@@ -23,6 +23,7 @@ const Player music_player_players[] =
    {"MPD", "org.mpris.MediaPlayer2.mpd"},
    {"Emotion Media Center", "org.mpris.MediaPlayer2.epymc"},
    {"Pithos", "org.mpris.MediaPlayer2.pithos"},
+   {"Tomahawk", "org.mpris.MediaPlayer2.tomahawk"},
    {NULL, NULL}
 };
 

-- 


Reply via email to