Fix whitespace

This commit is contained in:
Bond_009 2019-06-28 12:22:33 +02:00
parent 65a0ca2f32
commit ecb8d8991b
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,7 @@
<PropertyGroup> <PropertyGroup>
<!-- We need C# 7.3 to compare tuples--> <!-- We need C# 7.3 to compare tuples-->
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

View file

@ -433,7 +433,6 @@ namespace Emby.Server.Implementations.Updates
IPlugin plugin = _applicationHost.Plugins.FirstOrDefault(p => string.Equals(p.Id.ToString(), package.guid, StringComparison.OrdinalIgnoreCase)) 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)); ?? _applicationHost.Plugins.FirstOrDefault(p => p.Name.Equals(package.name, StringComparison.OrdinalIgnoreCase));
string targetPath = plugin == null ? null : plugin.AssemblyFilePath; string targetPath = plugin == null ? null : plugin.AssemblyFilePath;
// Do the install // Do the install