From b7bcc2450694105de9f9fc8cc07d2cfc4d9d7c96 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 13 Mar 2014 05:18:32 -0400 Subject: Undoing changes --- MediaBrowser.Model/ApiClient/IApiClient.cs | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 292489869..46d3dcc3f 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -244,7 +244,7 @@ namespace MediaBrowser.Model.ApiClient /// The query. /// Task{ItemsResult}. Task GetSeasonsAsync(SeasonQuery query); - + /// /// Queries for items /// @@ -354,7 +354,7 @@ namespace MediaBrowser.Model.ApiClient /// The query. /// Task{ItemsResult}. Task GetUpcomingEpisodesAsync(NextUpQuery query); - + /// /// Gets a genre /// @@ -572,18 +572,17 @@ namespace MediaBrowser.Model.ApiClient /// Instructs antoher client to browse to a library item. /// /// The session id. - /// The controlling user id. /// The id of the item to browse to. /// The name of the item to browse to. /// The type of the item to browse to. /// Optional ui context (movies, music, tv, games, etc). The client is free to ignore this. /// Task. - Task SendBrowseCommandAsync(string sessionId, string userId, string itemId, string itemName, string itemType, string context); + Task SendBrowseCommandAsync(string sessionId, string itemId, string itemName, string itemType, string context); /// /// Sends the playstate command async. /// - /// The session id. + /// The session id. /// The request. /// Task. Task SendPlaystateCommandAsync(string sessionId, PlaystateRequest request); @@ -780,7 +779,7 @@ namespace MediaBrowser.Model.ApiClient /// The options. /// System.String. string GetImageUrl(ProgramInfoDto item, ImageOptions options); - + /// /// Gets an image url that can be used to download an image from the api /// @@ -910,7 +909,7 @@ namespace MediaBrowser.Model.ApiClient /// The options. /// System.String. string GetThumbImageUrl(BaseItemDto item, ImageOptions options); - + /// /// Gets the url needed to stream an audio file /// @@ -966,7 +965,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task{ChannelInfoDto}. Task GetLiveTvChannelAsync(string id, string userId, CancellationToken cancellationToken); - + /// /// Gets the live tv recordings asynchronous. /// @@ -983,7 +982,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task{RecordingInfoDto}. Task GetLiveTvRecordingAsync(string id, string userId, CancellationToken cancellationToken); - + /// /// Gets the live tv recording groups asynchronous. /// @@ -1000,7 +999,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task{RecordingGroupDto}. Task GetLiveTvRecordingGroupAsync(string id, string userId, CancellationToken cancellationToken); - + /// /// Gets the live tv timers asynchronous. /// @@ -1065,7 +1064,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task. Task UpdateLiveTvSeriesTimerAsync(SeriesTimerInfoDto timer, CancellationToken cancellationToken); - + /// /// Gets the live tv timer asynchronous. /// @@ -1073,7 +1072,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task{TimerInfoDto}. Task GetLiveTvTimerAsync(string id, CancellationToken cancellationToken); - + /// /// Gets the live tv series timers asynchronous. /// @@ -1105,7 +1104,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task. Task CancelLiveTvSeriesTimerAsync(string id, CancellationToken cancellationToken); - + /// /// Deletes the live tv recording asynchronous. /// @@ -1127,7 +1126,7 @@ namespace MediaBrowser.Model.ApiClient /// The cancellation token. /// Task{GuideInfo}. Task GetLiveTvGuideInfo(CancellationToken cancellationToken); - + /// /// Gets the default timer information. /// -- cgit v1.2.3