Update ApplicationHost.cs
This commit is contained in:
parent
ba685d8092
commit
298a322ac1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user