From 146c7ac4bf58059771d1da24ab3a60a76d35ba2d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 24 Oct 2013 13:49:24 -0400 Subject: fix double path concatenation --- MediaBrowser.Model/ApiClient/IApiClient.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 21894819d..3f66f195e 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -859,6 +859,14 @@ namespace MediaBrowser.Model.ApiClient /// System.String. string GetArtImageUrl(BaseItemDto item, ImageOptions options); + /// + /// Gets the thumb image URL. + /// + /// The item. + /// The options. + /// System.String. + string GetThumbImageUrl(BaseItemDto item, ImageOptions options); + /// /// Gets the url needed to stream an audio file /// -- cgit v1.2.3