From e9030a62fb9bc48f52b9f961d20e972ad300abeb Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 23 Feb 2021 23:37:32 +0900 Subject: [PATCH] remove useless call to dispose Co-authored-by: Cody Robibero --- Emby.Server.Implementations/Plugins/PluginManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index 4dc2985d38..b0a8aba168 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