diff options
Diffstat (limited to 'audio/control.c')
-rw-r--r-- | audio/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/control.c b/audio/control.c index 50712137..ae853fe8 100644 --- a/audio/control.c +++ b/audio/control.c @@ -415,7 +415,7 @@ static void auth_cb(DBusPendingCall *call, void *data) if (dbus_error_has_name(&err, DBUS_ERROR_NO_REPLY)) { debug("Canceling authorization request"); manager_cancel_authorize(&session->dst, - ADVANCED_AUDIO_UUID, + AVRCP_TARGET_UUID, NULL); } |