remove useless call to dispose
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
454deece13
commit
e9030a62fb
|
@ -390,7 +390,6 @@ namespace Emby.Server.Implementations.Plugins
|
|||
.ConfigureAwait(false);
|
||||
|
||||
await downloadStream.CopyToAsync(fileStream).ConfigureAwait(false);
|
||||
await fileStream.DisposeAsync();
|
||||
}
|
||||
|
||||
var manifest = new PluginManifest
|
||||
|
|
Loading…
Reference in New Issue
Block a user