From b0ac5436a7f0948cd10589fb27cc1ed05d197320 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:05:19 -0600 Subject: [PATCH] fix ordering --- ErsatzTV.Core/SystemEnvironment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ErsatzTV.Core/SystemEnvironment.cs b/ErsatzTV.Core/SystemEnvironment.cs index 1c910f6f4..f461b579e 100644 --- a/ErsatzTV.Core/SystemEnvironment.cs +++ b/ErsatzTV.Core/SystemEnvironment.cs @@ -65,6 +65,7 @@ public class SystemEnvironment public static string BaseUrl { get; } public static string ConfigFolder { get; } public static string TranscodeFolder { get; } + public static string InstanceId { get; } public static int UiPort { get; } public static int StreamingPort { get; } public static bool AllowSharedPlexServers { get; } @@ -73,5 +74,4 @@ public class SystemEnvironment public static int? SlowApiMs { get; } public static int JellyfinPageSize { get; } public static bool JellyfinEnableStats { get; } - public static string InstanceId { get; } }