mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-14 08:32:22 +00:00
consolidate ibn api a bit
This commit is contained in:
@@ -818,15 +818,6 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <exception cref="ArgumentNullException">name</exception>
|
||||
string GetPersonImageUrl(string name, ImageOptions options);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the year 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 GetYearImageUrl(BaseItemDto item, ImageOptions options);
|
||||
|
||||
/// <summary>
|
||||
/// Gets an image url that can be used to download an image from the api
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user