music-control: Add Rhythmbox to supported players.

This commit is contained in:
Stefan Schmidt 2013-05-23 09:48:36 +01:00
parent 74732f5603
commit 48cd1c1598
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const Player music_player_players[] =
{"BMP", "org.mpris.MediaPlayer2.bmp"},
{"XMMS2", "org.mpris.MediaPlayer2.xmms2"},
{"DeaDBeeF", "org.mpris.MediaPlayer2.deadbeef"},
{"Rhythmbox", "org.gnome.Rhythmbox3"},
{NULL, NULL}
};