summaryrefslogtreecommitdiff
path: root/libdleyna/renderer/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdleyna/renderer/task.c')
-rw-r--r--libdleyna/renderer/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdleyna/renderer/task.c b/libdleyna/renderer/task.c
index 8b41724..4da6264 100644
--- a/libdleyna/renderer/task.c
+++ b/libdleyna/renderer/task.c
@@ -63,7 +63,7 @@ dlr_task_t *dlr_task_get_servers_new(dleyna_connector_msg_id_t invocation)
task->type = DLR_TASK_GET_SERVERS;
task->invocation = invocation;
- task->result_format = "(@as)";
+ task->result_format = "(@ao)";
task->synchronous = TRUE;
return task;