| 
														
															@@ -68,7 +68,7 @@ namespace MediaBrowser.ApiInteraction 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// <summary>
 
														 | 
														
														 | 
														
															         /// <summary>
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// Gets an image stream based on a url
 
														 | 
														
														 | 
														
															         /// Gets an image stream based on a url
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// </summary>
 
														 | 
														
														 | 
														
															         /// </summary>
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        public async Task<Stream> GetImageStream(string url)
 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        public async Task<Stream> GetImageStreamAsync(string url)
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         {
 
														 | 
														
														 | 
														
															         {
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Stream stream = await HttpClient.GetStreamAsync(url);
 
														 | 
														
														 | 
														
															             Stream stream = await HttpClient.GetStreamAsync(url);
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
 
														 | 
														
														 | 
														
															 
 
														 |