diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-12 20:53:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 20:53:10 +0100 |
| commit | c7364be743004720a4ce1a45b07b3fa74f5fb8e0 (patch) | |
| tree | 842d1bdcad35785bc20eec654d4388818231b5eb | |
| parent | 63e514e6c438a07db5f20c7a8a79545c4029f915 (diff) | |
Update IConfigurationManager.cs
| -rw-r--r-- | MediaBrowser.Common/Configuration/IConfigurationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/IConfigurationManager.cs b/MediaBrowser.Common/Configuration/IConfigurationManager.cs index 8cbeaea86..60faaa617 100644 --- a/MediaBrowser.Common/Configuration/IConfigurationManager.cs +++ b/MediaBrowser.Common/Configuration/IConfigurationManager.cs @@ -50,7 +50,7 @@ namespace MediaBrowser.Common.Configuration /// Manually pre-loads a factory so that it is available pre system initialisation. /// </summary> /// <typeparam name="T">Class to register.</typeparam> - void RegisterConfiguration<T>(); + void RegisterConfiguration<T>() where T : IConfigurationFactory; /// <summary> /// Gets the configuration. |
