Music-control: added epymc to the list of supported players :)

This commit is contained in:
Davide Andreoli 2014-08-11 21:55:04 +02:00
parent be3ec4fcc5
commit d5cbe23bd2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const Player music_player_players[] =
{"Rhythmbox", "org.gnome.Rhythmbox3"},
{"Quod Libet", "org.mpris.MediaPlayer2.quodlibet"},
{"MPD", "org.mpris.MediaPlayer2.mpd"},
{"Emotion Media Center", "org.mpris.MediaPlayer2.epymc"},
{NULL, NULL}
};