diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-03 09:13:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 09:13:04 +0100 |
| commit | 298a322ac1b8aece032511c39c3e3397dd09a0c4 (patch) | |
| tree | 50121fa7999f9a4cf1a8d6c98bfb92c34da600c6 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | ba685d8092aae223e3b5a48c4bc331e2266318ef (diff) | |
Update ApplicationHost.cs
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index a3e9693b3..2bd364984 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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) |
