diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 08:25:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 08:25:39 +0000 |
| commit | 0dcf6b09c1ad7913a27bf56b19716a0da957054e (patch) | |
| tree | 6ad7afd38bb68bc96ea3a47ed5260c936eb50f65 /Emby.Server.Implementations | |
| parent | 8ce765c4d1cd289c88673f79a8137bf2f5cbc241 (diff) | |
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 2 |
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, |
