소스 검색

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