minor optimization.
This commit is contained in:
parent
adfc03ac9d
commit
bcba501dfb
|
@ -166,9 +166,7 @@ namespace Emby.Server.Implementations.Plugins
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void CreatePlugins()
|
public void CreatePlugins()
|
||||||
{
|
{
|
||||||
_ = _appHost.GetExports<IPlugin>(CreatePluginInstance)
|
_ = _appHost.GetExports<IPlugin>(CreatePluginInstance);
|
||||||
.Where(i => i != null)
|
|
||||||
.ToArray();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user