--- audio/media.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/audio/media.c b/audio/media.c index c9fe0f0..56913d5 100644 --- a/audio/media.c +++ b/audio/media.c @@ -1438,6 +1438,11 @@ static gboolean parse_player_metadata(struct media_player *mp, if (g_hash_table_size(track) == 0) { g_hash_table_unref(track); track = NULL; + } else if (title == FALSE) { + struct metadata_value *value = g_new(struct metadata_value, 1); + + value->type = DBUS_TYPE_STRING; + value->value.str = g_strdup(""); } if (mp->track != NULL) -- 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