Update Emby.Server.Implementations/Updates/InstallationManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback
2020-09-08 17:50:37 +01:00
committed by GitHub
parent f4eb34a966
commit ddfb13f945

View File

@@ -388,7 +388,6 @@ namespace Emby.Server.Implementations.Updates
// Ignore any exceptions.
}
}
stream.Position = 0;
_zipClient.ExtractAllFromZip(stream, targetDir, true);