mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-12-27 09:56:33 +00:00
Added async moniker to GetImageStream
This commit is contained in:
parent
defd8ed253
commit
98841cb6f8
|
@ -68,7 +68,7 @@ namespace MediaBrowser.ApiInteraction
|
|||
/// <summary>
|
||||
/// Gets an image stream based on a url
|
||||
/// </summary>
|
||||
public async Task<Stream> GetImageStream(string url)
|
||||
public async Task<Stream> GetImageStreamAsync(string url)
|
||||
{
|
||||
Stream stream = await HttpClient.GetStreamAsync(url);
|
||||
|
||||
|
|
Loading…
Reference in a new issue