Update ApplicationHost.cs

pull/4253/head
BaronGreenback 4 years ago committed by GitHub
parent ba685d8092
commit 298a322ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -903,7 +903,7 @@ namespace Emby.Server.Implementations
Type reg = (Type)exportedTypes.Where(p => string.Equals(p.Name, "PluginRegistration", StringComparison.OrdinalIgnoreCase)).FirstOrDefault(); Type reg = (Type)exportedTypes.Where(p => string.Equals(p.Name, "PluginRegistration", StringComparison.OrdinalIgnoreCase)).FirstOrDefault();
if (reg != null) if (reg != null)
{ {
_pluginRegistrations.Add(ass, reg); _pluginRegistrations.Add(reg, ass);
} }
} }
catch (FileNotFoundException ex) catch (FileNotFoundException ex)

Loading…
Cancel
Save