aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates/InstallationManager.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-06-28 12:22:33 +0200
committerBond_009 <bond.009@outlook.com>2019-06-28 12:22:33 +0200
commitecb8d8991b1ea4e1e26a69c7c9e0a217927d27d4 (patch)
tree661fea0c7c4beae8df12a8eea93cb94e243ac64b /Emby.Server.Implementations/Updates/InstallationManager.cs
parent65a0ca2f32e2eba640fbfead46ffb5bfd02e2c88 (diff)
Fix whitespace
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index b3d76124b..9bc85633d 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -433,7 +433,6 @@ namespace Emby.Server.Implementations.Updates
IPlugin plugin = _applicationHost.Plugins.FirstOrDefault(p => string.Equals(p.Id.ToString(), package.guid, StringComparison.OrdinalIgnoreCase))
?? _applicationHost.Plugins.FirstOrDefault(p => p.Name.Equals(package.name, StringComparison.OrdinalIgnoreCase));
-
string targetPath = plugin == null ? null : plugin.AssemblyFilePath;
// Do the install