Add extra linebreak

This commit is contained in:
Claus Vium 2019-02-11 18:53:35 +01:00
parent da169dddb5
commit 32992b6143

View file

@ -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));