Diff between a2bd04f7318e9935805dba47d71c32e65aa0e4b8 and e8f8a59660670d22214ecdfdf7014e353c3f56f2
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avrcp.c | +3 | -1 | modified |
Full Patch
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index 92477ae..c093dea 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
@@ -4445,10 +4445,12 @@ void avrcp_unregister_player(struct avrcp_player *player)
continue;
target->player = g_slist_nth_data(server->players, 0);
- if (target->player)
+ if (target->player) {
target->player->sessions = g_slist_append(
target->player->sessions,
session);
+ notify_addressed_player_changed(player);
+ }
}
avrcp_player_event(player,