When track is changed, we automatically start to play it, therefore we need to notify CT regarding this event. --- audio/media.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/media.c b/audio/media.c index a7647ea..ade2a4b 100644 --- a/audio/media.c +++ b/audio/media.c @@ -1488,6 +1488,8 @@ static gboolean parse_player_metadata(struct media_player *mp, uid = get_uid(mp); avrcp_player_event(mp->player, AVRCP_EVENT_TRACK_CHANGED, &uid); + avrcp_player_event(mp->player, AVRCP_EVENT_TRACK_REACHED_START, + NULL); return TRUE; -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html