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?
This commit is contained in:
Stefan Schmidt 2014-11-07 09:05:32 +01:00
parent 5172b7f3f9
commit 40cbdbc674
1 changed files with 1 additions and 0 deletions

View File

@ -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}
};