From 8df1ebe49967ed96b85076bf4dbfbf761fb5268d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 13 Apr 2014 13:27:13 -0400 Subject: add new mirror mode --- .../Roku/RokuSessionController.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'MediaBrowser.Server.Implementations/Roku') diff --git a/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs b/MediaBrowser.Server.Implementations/Roku/RokuSessionController.cs index 307619cbe5..cdaf03fbed 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 - { - MessageType = "Browse", - Data = command - - }, cancellationToken); - } - public Task SendPlaystateCommand(PlaystateRequest command, CancellationToken cancellationToken) { return SendCommand(new WebSocketMessage -- cgit v1.2.3