Diff between d27d5eadd59ae81c3c85b90cc68e5a1aed467981 and 193a71190bfcb501e8bad19c1325bce54ef88d8e
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avrcp.c | +2 | -1 | modified |
Full Patch
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index a9373f3..1160f68 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
@@ -2868,7 +2868,8 @@ avrcp_parse_media_player_item(struct avrcp *session, uint8_t *operands,
player = create_ct_player(session, id);
if (player == NULL)
return NULL;
- }
+ } else if (player->features != NULL)
+ return player;
mp = player->user_data;