From 19d5eb697c6025fbd330b48dddccf100ddd58a06 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 23 Jul 2015 12:32:34 -0400 Subject: [PATCH] add hdhomerun auto-discovery --- dashboard-ui/apiclient/apiclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/apiclient/apiclient.js b/dashboard-ui/apiclient/apiclient.js index 2f631a501..a0e454107 100644 --- a/dashboard-ui/apiclient/apiclient.js +++ b/dashboard-ui/apiclient/apiclient.js @@ -160,7 +160,7 @@ auth += ', UserId="' + userId + '"'; } - headers.Authorization = auth; + headers["X-Emby-Authorization"] = auth; } var accessToken = currentServerInfo.AccessToken;