mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Create IRequiresRegistration. First part of #31
This commit is contained in:
@@ -226,6 +226,8 @@ namespace MediaBrowser.Common.Implementations
|
||||
|
||||
Task.Run(() => ConfigureAutoRunAtStartup());
|
||||
|
||||
Task.Run(() => SecurityManager.LoadAllRegistrationInfo());
|
||||
|
||||
ConfigurationManager.ConfigurationUpdated += ConfigurationManager_ConfigurationUpdated;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user