mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update nlog
This commit is contained in:
@@ -750,16 +750,11 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
/// </summary>
|
||||
protected override void FindParts()
|
||||
{
|
||||
// TODO: Remove after next release
|
||||
if (!IsFirstRun && !ServerConfigurationManager.Configuration.IsPortAuthorized)
|
||||
{
|
||||
ServerConfigurationManager.Configuration.IsPortAuthorized = true;
|
||||
ConfigurationManager.SaveConfiguration();
|
||||
}
|
||||
|
||||
if (!ServerConfigurationManager.Configuration.IsPortAuthorized)
|
||||
{
|
||||
RegisterServerWithAdministratorAccess();
|
||||
ServerConfigurationManager.Configuration.IsPortAuthorized = true;
|
||||
ConfigurationManager.SaveConfiguration();
|
||||
}
|
||||
|
||||
base.FindParts();
|
||||
|
||||
Reference in New Issue
Block a user