瀏覽代碼

remove useless call to dispose

Co-authored-by: Cody Robibero <cody@robibe.ro>
dkanada 4 年之前
父節點
當前提交
e9030a62fb
共有 1 個文件被更改,包括 0 次插入1 次删除
  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