Diff between c7f32491a8e030ecf15fd236fd999ca7cfb9942c and 9cf1a84ef722d51eea5755ca22819a8e13c197ad
Changed Files
| File | Additions | Deletions | Status |
| audio/media.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/media.c b/audio/media.c
index 8d7b65b..a7866d2 100644
--- a/audio/media.c
+++ b/audio/media.c
@@ -855,7 +855,7 @@ static struct media_player *media_adapter_find_player(
{
GSList *l;
- for (l = adapter->endpoints; l; l = l->next) {
+ for (l = adapter->players; l; l = l->next) {
struct media_player *mp = l->data;
if (sender && g_strcmp0(mp->sender, sender) != 0)