Fix whitespace
This commit is contained in:
parent
65a0ca2f32
commit
ecb8d8991b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user