Procházet zdrojové kódy

remove useless call to dispose

Co-authored-by: Cody Robibero <cody@robibe.ro>
dkanada před 4 roky
rodič
revize
e9030a62fb

+ 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