Explorar o código

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

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback %!s(int64=4) %!d(string=hai) anos
pai
achega
4153551dfc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
         /// </summary>
         /// <param name="type">The type.</param>
         /// <param name="type">The type.</param>
         /// <returns>System.Object.</returns>
         /// <returns>System.Object.</returns>
-        private object? CreatePluginInstance(Type type)
+        private IPlugin? CreatePluginInstance(Type type)
         {
         {
             // Find the record for this plugin.
             // Find the record for this plugin.
             var plugin = GetPluginByType(type);
             var plugin = GetPluginByType(type);