summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest.c b/src/rest.c
index b48de4c..2539a49 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -4664,7 +4664,7 @@ static int og_cmd_oglive_list(char *buffer_reply)
return -1;
}
- json_object_set_new(live_entry, "name", json_string(live_name));
+ json_object_set_new(live_entry, "directory", json_string(live_name));
json_object_set_new(live_entry, "date", json_string(live_datetime));
json_array_append_new(oglive_array, live_entry);