Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
3a8d395c9c
commit
2d094bedf5
|
@ -425,7 +425,7 @@ namespace Emby.Server.Implementations
|
|||
try
|
||||
{
|
||||
_logger.LogDebug("Creating instance of {Type}", type);
|
||||
var instance = ActivatorUtilities.CreateInstance(_appHost.ServiceProvider, type);
|
||||
var instance = (IPlugin)ActivatorUtilities.CreateInstance(_appHost.ServiceProvider, type);
|
||||
if (plugin == null)
|
||||
{
|
||||
// Create a dummy record for the providers.
|
||||
|
|
Loading…
Reference in New Issue
Block a user