add hdhomerun auto-discovery

This commit is contained in:
Luke Pulverenti 2015-07-23 12:32:34 -04:00
parent 7a39655dca
commit 19d5eb697c

View File

@ -160,7 +160,7 @@
auth += ', UserId="' + userId + '"'; auth += ', UserId="' + userId + '"';
} }
headers.Authorization = auth; headers["X-Emby-Authorization"] = auth;
} }
var accessToken = currentServerInfo.AccessToken; var accessToken = currentServerInfo.AccessToken;