From 898d55d8663d4426ee03a3f72b2f566585e489c8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 27 Jul 2013 14:24:48 -0400 Subject: factor collection type in resolving process --- MediaBrowser.Model/ApiClient/IApiClient.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'MediaBrowser.Model/ApiClient') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index b15d1c1d5f..b99773e4d5 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -240,6 +240,22 @@ namespace MediaBrowser.Model.ApiClient /// userId Task GetGenreAsync(string name, string userId); + /// + /// Gets the music genre async. + /// + /// The name. + /// The user id. + /// Task{BaseItemDto}. + Task GetMusicGenreAsync(string name, string userId); + + /// + /// Gets the game genre async. + /// + /// The name. + /// The user id. + /// Task{BaseItemDto}. + Task GetGameGenreAsync(string name, string userId); + /// /// Gets the artist async. /// -- cgit v1.2.3