diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-08 17:50:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-08 17:50:37 +0100 |
| commit | ddfb13f94550b6df7cbe7d6aeb17ab91d4bb2b54 (patch) | |
| tree | e5f57a2390a446e766d9dd62c05016ab1eea677a | |
| parent | f4eb34a9662a2474cf555e1665db517ee41db68e (diff) | |
Update Emby.Server.Implementations/Updates/InstallationManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index 5af2b7e32..ba0fdfc34 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -388,7 +388,6 @@ namespace Emby.Server.Implementations.Updates // Ignore any exceptions. } } - stream.Position = 0; _zipClient.ExtractAllFromZip(stream, targetDir, true); |
