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 --- MediaBrowser.Controller/Session/ISessionController.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'MediaBrowser.Controller/Session') diff --git a/MediaBrowser.Controller/Session/ISessionController.cs b/MediaBrowser.Controller/Session/ISessionController.cs index 170b50bf5..d4612acb5 100644 --- a/MediaBrowser.Controller/Session/ISessionController.cs +++ b/MediaBrowser.Controller/Session/ISessionController.cs @@ -35,14 +35,6 @@ namespace MediaBrowser.Controller.Session /// Task. Task SendPlayCommand(PlayRequest command, CancellationToken cancellationToken); - /// - /// Sends the browse command. - /// - /// The command. - /// The cancellation token. - /// Task. - Task SendBrowseCommand(BrowseRequest command, CancellationToken cancellationToken); - /// /// Sends the playstate command. /// -- cgit v1.2.3