HTSP: Include application name in getInfo response.

This commit is contained in:
Andreas Öman 2009-02-28 22:27:55 +00:00
parent 7e2cd51391
commit 7f43aa1a51

1
htsp.c
View file

@ -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;