aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-02-11 18:53:35 +0100
committerClaus Vium <clausvium@gmail.com>2019-02-11 18:53:35 +0100
commit32992b614346c90543425135603662e5fcffce46 (patch)
tree1c8cc902cdb7f22f63f15cbc5a3d226f19c97b44 /Emby.Server.Implementations/Updates
parentda169dddb5b19e09833f3874d78a0305ed89cef1 (diff)
Add extra linebreak
Diffstat (limited to 'Emby.Server.Implementations/Updates')
-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 f03a594cd..adf609e20 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -537,6 +537,7 @@ namespace Emby.Server.Implementations.Updates
_logger.LogError("Only zip packages are supported. {Filename} is not a zip archive.", package.targetFilename);
return;
}
+
if (target == null)
{
target = Path.Combine(_appPaths.PluginsPath, Path.GetFileNameWithoutExtension(package.targetFilename));