mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
minor dashboard cleanup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user