HTSP: Include application name in getInfo response.
This commit is contained in:
parent
7e2cd51391
commit
7f43aa1a51
1 changed files with 1 additions and 0 deletions
1
htsp.c
1
htsp.c
|
@ -547,6 +547,7 @@ htsp_method_getInfo(htsp_connection_t *htsp, htsmsg_t *in)
|
|||
htsmsg_t *r = htsmsg_create();
|
||||
|
||||
htsmsg_add_u32(r, "protover", HTSP_PROTO_VERSION);
|
||||
htsmsg_add_str(r, "appname", "HTS Tvheadend");
|
||||
htsmsg_add_str(r, "appver", htsversion);
|
||||
|
||||
return r;
|
||||
|
|
Loading…
Add table
Reference in a new issue