diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-25 22:44:26 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-25 22:44:26 -0500 |
| commit | 74f0d8bdbe22b28822711bd701a4c33853724cb8 (patch) | |
| tree | 2ce3c65a60b4b97f0b4c54e00d4bddde45f3e1b0 /MediaBrowser.Server.Implementations | |
| parent | bb5e6fdcad9e92b58b754075b8df2387590aeaaf (diff) | |
minor dashboard cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs | 2 |
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" |
