Update On Wed Feb 26 19:35:44 CET 2025

This commit is contained in:
github-action[bot]
2025-02-26 19:35:44 +01:00
parent c08404bcd9
commit fe1998548e
384 changed files with 8047 additions and 6065 deletions
@@ -725,7 +725,7 @@ namespace ServiceLib.Handler
profileItem.Network = string.Empty;
if (profileItem.ShortId.IsNullOrEmpty())
{
profileItem.ShortId = Global.TunMtus.FirstOrDefault();
profileItem.ShortId = Global.TunMtus.First().ToString();
}
if (profileItem.Id.IsNullOrEmpty())