|
@@ -608,15 +608,6 @@ namespace MediaBrowser.Model.ApiClient
|
|
/// <exception cref="ArgumentNullException">item</exception>
|
|
/// <exception cref="ArgumentNullException">item</exception>
|
|
string GetPersonImageUrl(BaseItemPerson item, ImageOptions options);
|
|
string GetPersonImageUrl(BaseItemPerson item, ImageOptions options);
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// Gets the person image URL.
|
|
|
|
- /// </summary>
|
|
|
|
- /// <param name="item">The item.</param>
|
|
|
|
- /// <param name="options">The options.</param>
|
|
|
|
- /// <returns>System.String.</returns>
|
|
|
|
- /// <exception cref="ArgumentNullException">item</exception>
|
|
|
|
- string GetPersonImageUrl(BaseItemDto item, ImageOptions options);
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets an image url that can be used to download an image from the api
|
|
/// Gets an image url that can be used to download an image from the api
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -643,15 +634,6 @@ namespace MediaBrowser.Model.ApiClient
|
|
/// <returns>System.String.</returns>
|
|
/// <returns>System.String.</returns>
|
|
string GetYearImageUrl(int year, ImageOptions options);
|
|
string GetYearImageUrl(int year, ImageOptions options);
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// Gets the genre image URL.
|
|
|
|
- /// </summary>
|
|
|
|
- /// <param name="item">The item.</param>
|
|
|
|
- /// <param name="options">The options.</param>
|
|
|
|
- /// <returns>System.String.</returns>
|
|
|
|
- /// <exception cref="ArgumentNullException">item</exception>
|
|
|
|
- string GetGenreImageUrl(BaseItemDto item, ImageOptions options);
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets an image url that can be used to download an image from the api
|
|
/// Gets an image url that can be used to download an image from the api
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -662,33 +644,29 @@ namespace MediaBrowser.Model.ApiClient
|
|
string GetGenreImageUrl(string name, ImageOptions options);
|
|
string GetGenreImageUrl(string name, ImageOptions options);
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// Gets the studio image URL.
|
|
|
|
|
|
+ /// Gets the music genre image URL.
|
|
/// </summary>
|
|
/// </summary>
|
|
- /// <param name="item">The item.</param>
|
|
|
|
|
|
+ /// <param name="name">The name.</param>
|
|
/// <param name="options">The options.</param>
|
|
/// <param name="options">The options.</param>
|
|
/// <returns>System.String.</returns>
|
|
/// <returns>System.String.</returns>
|
|
- /// <exception cref="ArgumentNullException">item</exception>
|
|
|
|
- string GetStudioImageUrl(BaseItemDto item, ImageOptions options);
|
|
|
|
|
|
+ string GetMusicGenreImageUrl(string name, ImageOptions options);
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// Gets an image url that can be used to download an image from the api
|
|
|
|
|
|
+ /// Gets the game genre image URL.
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <param name="name">The name.</param>
|
|
/// <param name="name">The name.</param>
|
|
/// <param name="options">The options.</param>
|
|
/// <param name="options">The options.</param>
|
|
/// <returns>System.String.</returns>
|
|
/// <returns>System.String.</returns>
|
|
- /// <exception cref="ArgumentNullException">name</exception>
|
|
|
|
- string GetStudioImageUrl(string name, ImageOptions options);
|
|
|
|
-
|
|
|
|
|
|
+ string GetGameGenreImageUrl(string name, ImageOptions options);
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// Gets the artist image URL.
|
|
|
|
|
|
+ /// Gets an image url that can be used to download an image from the api
|
|
/// </summary>
|
|
/// </summary>
|
|
- /// <param name="item">The item.</param>
|
|
|
|
|
|
+ /// <param name="name">The name.</param>
|
|
/// <param name="options">The options.</param>
|
|
/// <param name="options">The options.</param>
|
|
/// <returns>System.String.</returns>
|
|
/// <returns>System.String.</returns>
|
|
- /// <exception cref="ArgumentNullException">item
|
|
|
|
- /// or
|
|
|
|
- /// options</exception>
|
|
|
|
- string GetArtistImageUrl(BaseItemDto item, ImageOptions options);
|
|
|
|
|
|
+ /// <exception cref="ArgumentNullException">name</exception>
|
|
|
|
+ string GetStudioImageUrl(string name, ImageOptions options);
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets the artist image URL.
|
|
/// Gets the artist image URL.
|