diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-11-09 11:23:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 11:23:52 +0000 |
| commit | f63a706a86aeedd6bdea96903bd8dd03c6703b5e (patch) | |
| tree | fd939a6f3e55b9fbcda91b4ba6a41927a40e5ddf | |
| parent | 2c5609b333130b9f85b95b5406931198dcfe8583 (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 69f8521d0..97d46a0c0 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -826,7 +826,7 @@ namespace Emby.Server.Implementations private void RegisterPluginServices() { - foreach (var pluginServiceRegistrar in GetExportTypes<IPluginServiceRegistrator>()) + foreach (var pluginServiceRegistrator in GetExportTypes<IPluginServiceRegistrator>()) { try { |
