From 74f0d8bdbe22b28822711bd701a4c33853724cb8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 25 Dec 2013 22:44:26 -0500 Subject: minor dashboard cleanup --- MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations') 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" -- cgit v1.2.3