diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-22 15:20:22 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-22 15:20:22 -0500 |
| commit | b52d99568b8917e5743dd67e531604753a16bb4e (patch) | |
| tree | eb48c9adb37ec65d0099d31812d6ee9486d0a1f0 /MediaBrowser.Model/ApiClient/IApiClient.cs | |
| parent | 014c06ea43bba32da4f64e3f64717dba19468335 (diff) | |
consolidate ibn api a bit
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> |
