Skip to content

Commit 22f283f

Browse files
committed
Update the D-Bus test client to refer to shairport_sync_get_loudness_enabled rather than shairport_sync_get_loudness.
1 parent daa985e commit 22f283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shairport-sync-dbus-test-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void on_properties_changed(__attribute__((unused)) GDBusProxy *proxy, GVariant *
6868
void notify_loudness_callback(ShairportSync *proxy, __attribute__((unused)) gpointer user_data) {
6969
// printf("\"notify_loudness_callback\" called with a gpointer of
7070
// %lx.\n",(int64_t)user_data);
71-
gboolean ebl = shairport_sync_get_loudness(proxy);
71+
gboolean ebl = shairport_sync_get_loudness_enabled(proxy);
7272
if (ebl == TRUE)
7373
printf("Client reports loudness is enabled.\n");
7474
else

0 commit comments

Comments
 (0)