diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-11-09 11:25:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 11:25:16 +0000 |
| commit | 11a5353810badafb0b0d4256007ed057c0b94e27 (patch) | |
| tree | e804458432d4b00098913ee993a1efd42ebc0da2 | |
| parent | e340e755f27f0022806e8c119ef3a12e11b88911 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 04f0b5518..b180df5e7 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -835,7 +835,7 @@ namespace Emby.Server.Implementations } catch (Exception ex) { - Logger.LogError(ex, "Error registering plugin services from {Assembly}.", pluginServiceRegistrar.Assembly); + Logger.LogError(ex, "Error registering plugin services from {Assembly}.", pluginServiceRegistrator.Assembly); } } } |
