From 0727475abfff42e32626d2def071a189168e7da1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 23 Jun 2014 12:05:19 -0400 Subject: update translations --- MediaBrowser.Model/ApiClient/IApiClient.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index eac2e0d9b..4f008571c 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -349,6 +349,13 @@ namespace MediaBrowser.Model.ApiClient /// userId Task GetArtistsAsync(ArtistsQuery query); + /// + /// Gets the album artists asynchronous. + /// + /// The query. + /// Task{ItemsResult}. + Task GetAlbumArtistsAsync(ArtistsQuery query); + /// /// Gets a studio /// -- cgit v1.2.3