mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix whitespace
This commit is contained in:
parent
65a0ca2f32
commit
ecb8d8991b
@ -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' ">
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user