aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-25 22:44:26 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-25 22:44:26 -0500
commit74f0d8bdbe22b28822711bd701a4c33853724cb8 (patch)
tree2ce3c65a60b4b97f0b4c54e00d4bddde45f3e1b0 /MediaBrowser.Server.Implementations
parentbb5e6fdcad9e92b58b754075b8df2387590aeaaf (diff)
minor dashboard cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs
index ffe33d763..b9e8b7950 100644
--- a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs
+++ b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs
@@ -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"