summaryrefslogtreecommitdiffstats
path: root/streaming/receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/receiver.c')
-rw-r--r--streaming/receiver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/streaming/receiver.c b/streaming/receiver.c
index 0eed7b0fb2..ce2b4869c7 100644
--- a/streaming/receiver.c
+++ b/streaming/receiver.c
@@ -339,7 +339,8 @@ static size_t streaming_parser(struct receiver_state *rpt, struct plugind *cd, i
.host = rpt->host,
.opaque = rpt,
.cd = cd,
- .trust_durations = 1
+ .trust_durations = 1,
+ .capabilities = rpt->capabilities,
};
PARSER *parser = parser_init(&user, NULL, NULL, fd,