Browse Source

Update Emby.Server.Implementations/Plugins/PluginManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 years ago
parent
commit
4153551dfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/Plugins/PluginManager.cs

+ 1 - 1
Emby.Server.Implementations/Plugins/PluginManager.cs

@@ -413,7 +413,7 @@ namespace Emby.Server.Implementations.Plugins
         /// </summary>
         /// <param name="type">The type.</param>
         /// <returns>System.Object.</returns>
-        private object? CreatePluginInstance(Type type)
+        private IPlugin? CreatePluginInstance(Type type)
         {
             // Find the record for this plugin.
             var plugin = GetPluginByType(type);