Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htsp: Send configured server name in login response
  • Loading branch information
andoma committed Oct 30, 2015
1 parent 8185796 commit 4d463f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htsp_server.c
Expand Up @@ -1031,7 +1031,7 @@ htsp_method_hello(htsp_connection_t *htsp, htsmsg_t *in)
htsp->htsp_logname, name, v);

htsmsg_add_u32(r, "htspversion", HTSP_PROTO_VERSION);
htsmsg_add_str(r, "servername", "HTS Tvheadend");
htsmsg_add_str(r, "servername", config_get_server_name());
htsmsg_add_str(r, "serverversion", tvheadend_version);
htsmsg_add_bin(r, "challenge", htsp->htsp_challenge, 32);
if (tvheadend_webroot)
Expand Down

0 comments on commit 4d463f5

Please sign in to comment.