diff options
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 1e54e2dae..d4d2a8124 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -819,15 +819,6 @@ namespace MediaBrowser.Model.ApiClient 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> /// <param name="year">The year.</param> |
