aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates/InstallationManager.cs
diff options
context:
space:
mode:
authorMatt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com>2020-09-28 15:04:31 -0500
committerMatt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com>2020-09-28 15:04:31 -0500
commit53d5f64e037c13c295d82fcb98b91ef2de8fc842 (patch)
tree1ea9024aa63309fc7c9dbc8ae7345b59a2f8455c /Emby.Server.Implementations/Updates/InstallationManager.cs
parent800c03961281d4f2ee6d3d7c9d9c0db6f45f506a (diff)
Fix SA1513, SA1514, SA1507, and SA1508
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index 8e24bf55c..8a6181be6 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -393,6 +393,7 @@ namespace Emby.Server.Implementations.Updates
// Ignore any exceptions.
}
}
+
stream.Position = 0;
_zipClient.ExtractAllFromZip(stream, targetDir, true);