mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update IConfigurationManager.cs
This commit is contained in:
parent
c7364be743
commit
5e5f1cc9c5
@ -50,7 +50,8 @@ namespace MediaBrowser.Common.Configuration
|
|||||||
/// Manually pre-loads a factory so that it is available pre system initialisation.
|
/// Manually pre-loads a factory so that it is available pre system initialisation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">Class to register.</typeparam>
|
/// <typeparam name="T">Class to register.</typeparam>
|
||||||
void RegisterConfiguration<T>() where T : IConfigurationFactory;
|
void RegisterConfiguration<T>()
|
||||||
|
where T : IConfigurationFactory;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the configuration.
|
/// Gets the configuration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user