mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
09f219bbce
commit
5c3ebb63e6
@ -113,7 +113,7 @@ namespace Emby.Server.Implementations.Plugins
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public void CreatePlugins()
|
public void CreatePlugins()
|
||||||
{
|
{
|
||||||
var createdPlugins = _appHost.GetExports<IPlugin>(CreatePluginInstance)
|
_ = _appHost.GetExports<IPlugin>(CreatePluginInstance)
|
||||||
.Where(i => i != null)
|
.Where(i => i != null)
|
||||||
.ToArray();
|
.ToArray();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user