diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-02-11 18:53:35 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-02-11 18:53:35 +0100 |
| commit | 32992b614346c90543425135603662e5fcffce46 (patch) | |
| tree | 1c8cc902cdb7f22f63f15cbc5a3d226f19c97b44 /Emby.Server.Implementations/Updates | |
| parent | da169dddb5b19e09833f3874d78a0305ed89cef1 (diff) | |
Add extra linebreak
Diffstat (limited to 'Emby.Server.Implementations/Updates')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 1 |
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)); |
