Update ApplicationHost.cs

This commit is contained in:
BaronGreenback 2020-10-03 09:13:04 +01:00 committed by GitHub
parent ba685d8092
commit 298a322ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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