Browse Source

Add extra linebreak

Claus Vium 6 years ago
parent
commit
32992b6143
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Emby.Server.Implementations/Updates/InstallationManager.cs

+ 1 - 0
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));