aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2021-02-23 23:37:32 +0900
committerGitHub <noreply@github.com>2021-02-23 23:37:32 +0900
commite9030a62fb9bc48f52b9f961d20e972ad300abeb (patch)
treece10056e97b52a26342c211e908ec88171ca6c8c
parent454deece13b138e5bcb694732b622be27cb6d204 (diff)
remove useless call to dispose
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/Plugins/PluginManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs
index 4dc2985d3..b0a8aba16 100644
--- a/Emby.Server.Implementations/Plugins/PluginManager.cs
+++ b/Emby.Server.Implementations/Plugins/PluginManager.cs
@@ -390,7 +390,6 @@ namespace Emby.Server.Implementations.Plugins
.ConfigureAwait(false);
await downloadStream.CopyToAsync(fileStream).ConfigureAwait(false);
- await fileStream.DisposeAsync();
}
var manifest = new PluginManifest