mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Update ApplicationHost.cs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user