diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2021-02-23 23:37:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 23:37:32 +0900 |
| commit | e9030a62fb9bc48f52b9f961d20e972ad300abeb (patch) | |
| tree | ce10056e97b52a26342c211e908ec88171ca6c8c /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 454deece13b138e5bcb694732b622be27cb6d204 (diff) | |
remove useless call to dispose
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 1 |
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 |
