diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 0976da05ca..da7e6d8670 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -240,6 +240,34 @@ namespace MediaBrowser.Model.ApiClient /// userId Task GetGenreAsync(string name, string userId); + /// + /// Gets the genres async. + /// + /// The query. + /// Task{ItemsResult}. + Task GetGenresAsync(ItemsByNameQuery query); + + /// + /// Gets the music genres async. + /// + /// The query. + /// Task{ItemsResult}. + Task GetMusicGenresAsync(ItemsByNameQuery query); + + /// + /// Gets the game genres async. + /// + /// The query. + /// Task{ItemsResult}. + Task GetGameGenresAsync(ItemsByNameQuery query); + + /// + /// Gets the studios async. + /// + /// The query. + /// Task{ItemsResult}. + Task GetStudiosAsync(ItemsByNameQuery query); + /// /// Gets the music genre async. /// diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec index 8bcec24730..af704967e9 100644 --- a/Nuget/MediaBrowser.Common.Internal.nuspec +++ b/Nuget/MediaBrowser.Common.Internal.nuspec @@ -2,7 +2,7 @@ MediaBrowser.Common.Internal - 3.0.170 + 3.0.171 MediaBrowser.Common.Internal Luke ebr,Luke,scottisafool @@ -12,7 +12,7 @@ Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption. Copyright © Media Browser 2013 - + diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec index 82f7064aa3..bef1b43b3c 100644 --- a/Nuget/MediaBrowser.Common.nuspec +++ b/Nuget/MediaBrowser.Common.nuspec @@ -2,7 +2,7 @@ MediaBrowser.Common - 3.0.170 + 3.0.171 MediaBrowser.Common Media Browser Team ebr,Luke,scottisafool diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec index 5d08963993..e72e3fc1ff 100644 --- a/Nuget/MediaBrowser.Server.Core.nuspec +++ b/Nuget/MediaBrowser.Server.Core.nuspec @@ -2,7 +2,7 @@ MediaBrowser.Server.Core - 3.0.170 + 3.0.171 Media Browser.Server.Core Media Browser Team ebr,Luke,scottisafool @@ -12,7 +12,7 @@ Contains core components required to build plugins for Media Browser Server. Copyright © Media Browser 2013 - +