From c5b9aa1be481dc06d571f9d17e05d4f559ecd12b Mon Sep 17 00:00:00 2001 From: "E.Smith" <31170571+azlm8t@users.noreply.github.com> Date: Thu, 11 Jun 2020 23:03:54 +0100 Subject: [PATCH 6/7] hdhomerun: DeviceAuth should be 24 lowercase/digit characters long. Since we have no actual auth, we use a (hard coded) one that was randomly generated. --- src/webui/webui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webui.c b/src/webui/webui.c index ee8385e2b..122326efa 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -1632,7 +1632,7 @@ hdhomerun_server_discover(http_connection_t *hc, const char *remain, void *opaqu htsbuf_append_and_escape_jsonstr_nv(hq, "FriendlyName", server_name); htsbuf_qprintf(hq, ", " \ "\"BaseURL\" : \"http://%s:%u\", " \ - "\"DeviceAuth\": \"none\", " \ + "\"DeviceAuth\": \"3xw5UaJXhVShHEBoy76FuYQi\", " \ "\"DeviceID\": \"%08X\", " \ "\"FirmwareName\": \"hdhomerun_atsc\", " \ "\"FirmwareVersion\": \"20200101\", " \ -- 2.25.1