diff --git a/src/htsp_server.c b/src/htsp_server.c index 00eda674..b59f35d9 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -1282,6 +1282,11 @@ htsp_method_subscribe(htsp_connection_t *htsp, htsmsg_t *in) if(normts) htsmsg_add_u32(rep, "normts", 1); +#if ENABLE_TIMESHIFT + if(timeshiftPeriod) + htsmsg_add_u32(rep, "timeshiftPeriod", timeshiftPeriod); +#endif + htsp_reply(htsp, in, rep); /* Initialize the HTSP subscription structure */