playerctld: emit root properties with root interface name

This commit is contained in:
Tony Crisci
2021-01-18 15:51:25 -05:00
parent 6f4358b1a3
commit 89d26e396e

View File

@@ -283,7 +283,7 @@ static void context_emit_active_player_changed(struct PlayerctldContext *ctx, GE
}
GVariant *root_children[3] = {
g_variant_new_string(PLAYER_INTERFACE),
g_variant_new_string(ROOT_INTERFACE),
player->root_properties,
g_variant_new_array(G_VARIANT_TYPE_STRING, NULL, 0),
};