fix usings

This commit is contained in:
crobibero
2020-08-17 13:22:42 -06:00
parent 1325815182
commit 767c73e5c1
4 changed files with 9 additions and 6 deletions

View File

@@ -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,