aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 08:25:39 +0000
committerGitHub <noreply@github.com>2020-12-18 08:25:39 +0000
commit0dcf6b09c1ad7913a27bf56b19716a0da957054e (patch)
tree6ad7afd38bb68bc96ea3a47ed5260c936eb50f65
parent8ce765c4d1cd289c88673f79a8137bf2f5cbc241 (diff)
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/Plugins/PluginManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs
index 8c0cd9a36..874e88c57 100644
--- a/Emby.Server.Implementations/Plugins/PluginManager.cs
+++ b/Emby.Server.Implementations/Plugins/PluginManager.cs
@@ -42,7 +42,7 @@ namespace Emby.Server.Implementations.Plugins
/// <param name="imagesPath">The image cache path.</param>
/// <param name="appVersion">The application version.</param>
public PluginManager(
- ILoggerFactory loggerfactory,
+ ILogger<PluginManager> logger,
IApplicationHost appHost,
ServerConfiguration config,
string pluginsPath,