From 9606a1c26786eb8f2fe8d5ee3525f17a70aca6e2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 13 Mar 2015 13:37:42 -0400 Subject: updated nuget --- MediaBrowser.Model/ApiClient/IApiClient.cs | 44 ------------------------------ 1 file changed, 44 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 0b55d0b45..01af43052 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -417,15 +417,6 @@ namespace MediaBrowser.Model.ApiClient /// Task{ItemsResult}. Task GetAlbumArtistsAsync(ArtistsQuery query); - /// - /// Gets a studio - /// - /// The name. - /// The user id. - /// Task{BaseItemDto}. - /// userId - Task GetStudioAsync(string name, string userId); - /// /// Gets the next up async. /// @@ -494,15 +485,6 @@ namespace MediaBrowser.Model.ApiClient /// Task{BaseItemDto}. Task GetGameGenreAsync(string name, string userId); - /// - /// Gets the artist async. - /// - /// The name. - /// The user id. - /// Task{BaseItemDto}. - /// name - Task GetArtistAsync(string name, string userId); - /// /// Restarts the server. /// @@ -1011,14 +993,6 @@ namespace MediaBrowser.Model.ApiClient /// item string GetPersonImageUrl(BaseItemPerson item, ImageOptions options); - /// - /// Gets an image url that can be used to download an image from the api - /// - /// The year. - /// The options. - /// System.String. - string GetYearImageUrl(int year, ImageOptions options); - /// /// Gets an image url that can be used to download an image from the api /// @@ -1044,24 +1018,6 @@ namespace MediaBrowser.Model.ApiClient /// System.String. string GetGameGenreImageUrl(string name, ImageOptions options); - /// - /// Gets an image url that can be used to download an image from the api - /// - /// The name. - /// The options. - /// System.String. - /// name - string GetStudioImageUrl(string name, ImageOptions options); - - /// - /// Gets the artist image URL. - /// - /// The name. - /// The options. - /// System.String. - /// name - string GetArtistImageUrl(string name, ImageOptions options); - /// /// This is a helper to get a list of backdrop url's from a given ApiBaseItemWrapper. If the actual item does not have any backdrops it will return backdrops from the first parent that does. /// -- cgit v1.2.3