remove useless call to dispose

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
dkanada 2021-02-23 23:37:32 +09:00 committed by GitHub
parent 454deece13
commit e9030a62fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -390,7 +390,6 @@ namespace Emby.Server.Implementations.Plugins
.ConfigureAwait(false);
await downloadStream.CopyToAsync(fileStream).ConfigureAwait(false);
await fileStream.DisposeAsync();
}
var manifest = new PluginManifest