mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Added async moniker to GetImageStream
This commit is contained in:
parent
defd8ed253
commit
98841cb6f8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue