Browse Source

remove useless call to dispose

Co-authored-by: Cody Robibero <cody@robibe.ro>
dkanada 4 năm trước cách đây
mục cha
commit
e9030a62fb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Emby.Server.Implementations/Plugins/PluginManager.cs

+ 0 - 1
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