summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libpiano/request.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libpiano/request.c b/src/libpiano/request.c
index 2f9c91a..35feda9 100644
--- a/src/libpiano/request.c
+++ b/src/libpiano/request.c
@@ -117,6 +117,9 @@ PianoReturn_t PianoRequest (PianoHandle_t *ph, PianoRequest_t *req,
/* get stations, user must be authenticated */
assert (ph->user.listenerId != NULL);
+ json_object_object_add (j, "returnAllStations",
+ json_object_new_boolean (true));
+
method = "user.getStationList";
break;
}