diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-11 23:49:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 23:49:51 +0100 |
| commit | ed05ae683e49bd9771f5817eb81a10fe40e49d94 (patch) | |
| tree | 65ec794db7d44ea89204cc25d58e5f1f38fdba83 /Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | |
| parent | ae8a3bc02cffd01f4c64ec86fdcc9c807ec5b1a8 (diff) | |
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs index ea4c1ad08..dd4c44e1a 100644 --- a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs +++ b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs @@ -137,7 +137,7 @@ namespace Emby.Server.Implementations.AppBase /// Manually pre-loads a factory so that it is available pre system initialisation. /// </summary> /// <typeparam name="T">Class to register.</typeparam> - public virtual void RegisterConfiguration<T>() + public virtual void RegisterConfiguration<T>() where T : IConfigurationFactory { if (!typeof(IConfigurationFactory).IsAssignableFrom(typeof(T))) { |
