mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Merge branch 'master' into NetworkPR2
This commit is contained in:
@@ -50,8 +50,12 @@ 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.
|
||||
/// </summary>
|
||||
object GetConfiguration(string key);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user