mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
fix usings
This commit is contained in:
@@ -180,9 +180,10 @@ namespace MediaBrowser.Providers.Manager
|
||||
};
|
||||
}
|
||||
|
||||
await using var stream = await response.Content.ReadAsStreamAsync().ConfigureAwait(false);
|
||||
await SaveImage(
|
||||
item,
|
||||
await response.Content.ReadAsStreamAsync().ConfigureAwait(false),
|
||||
stream,
|
||||
contentType,
|
||||
type,
|
||||
imageIndex,
|
||||
|
||||
Reference in New Issue
Block a user