fixed tests

pull/4125/head
Greenback 4 years ago
parent 6dc81ec8e8
commit b34d6fec3d

@ -314,7 +314,7 @@ namespace Emby.Server.Implementations
var networkSettings = new NetworkConfiguration();
ClassMigrationHelper.CopyProperties(ServerConfigurationManager.Configuration, networkSettings);
_xmlSerializer.SerializeToFile(networkSettings, path);
Logger.LogDebug("Successfully migrated network settings.");
Logger?.LogDebug("Successfully migrated network settings.");
}
}

Loading…
Cancel
Save