diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs index 307619cbe..cdaf03fbe 100644 --- a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs +++ b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs @@ -76,16 +76,6 @@ namespace MediaBrowser.Server.Implementations.Roku }, cancellationToken); } - public Task SendBrowseCommand(BrowseRequest command, CancellationToken cancellationToken) - { - return SendCommand(new WebSocketMessage<BrowseRequest> - { - MessageType = "Browse", - Data = command - - }, cancellationToken); - } - public Task SendPlaystateCommand(PlaystateRequest command, CancellationToken cancellationToken) { return SendCommand(new WebSocketMessage<PlaystateRequest> |
