minor dashboard cleanup

This commit is contained in:
Luke Pulverenti
2013-12-25 22:44:26 -05:00
parent bb5e6fdcad
commit 74f0d8bdbe
5 changed files with 52 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ namespace MediaBrowser.Server.Implementations.Roku
return _httpClient.Post(new HttpRequestOptions
{
Url = "mb/remotecontrol",
Url = "http://" + Session.RemoteEndPoint + "/mb/remotecontrol",
CancellationToken = cancellationToken,
RequestContent = json,
RequestContentType = "application/json"