Add extra linebreak
This commit is contained in:
parent
da169dddb5
commit
32992b6143
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user