diff --git a/MediaBrowser.ApiInteraction/ApiClient.cs b/MediaBrowser.ApiInteraction/ApiClient.cs
index f9234441ce..06d7b7ed42 100644
--- a/MediaBrowser.ApiInteraction/ApiClient.cs
+++ b/MediaBrowser.ApiInteraction/ApiClient.cs
@@ -68,7 +68,7 @@ namespace MediaBrowser.ApiInteraction
///
/// Gets an image stream based on a url
///
- public async Task GetImageStream(string url)
+ public async Task GetImageStreamAsync(string url)
{
Stream stream = await HttpClient.GetStreamAsync(url);