Diff between e43847bc6bf27d731657baed9a816d3bd42861db and 011967a4a2f7156b6ceef44ad8a0ad4ba546420d
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/player.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/player.c b/profiles/audio/player.c
index 72ebdfa..e499e67 100644
--- a/profiles/audio/player.c
+++ b/profiles/audio/player.c
@@ -1690,7 +1690,7 @@ static gboolean get_metadata(const GDBusPropertyTable *property,
}
static const GDBusMethodTable media_item_methods[] = {
- { GDBUS_METHOD("Play", NULL, NULL, media_item_play) },
+ { GDBUS_ASYNC_METHOD("Play", NULL, NULL, media_item_play) },
{ GDBUS_METHOD("AddtoNowPlaying", NULL, NULL,
media_item_add_to_nowplaying) },
{ }