diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-11 23:51:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 23:51:56 +0100 |
| commit | 16a0357617f576c1fae9a996f36f92b903810087 (patch) | |
| tree | b876660d6295362a9c5fd09b5fdef1b454c52148 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 5c8015128f4e29cfa8fd15977d0984bb587b4f13 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -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 c1e6038ac..11143128a 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -502,7 +502,7 @@ namespace Emby.Server.Implementations RegisterServices(); - RegisterPlugInServices(); + RegisterPluginServices(); } /// <summary> |
