Browse Source

fix ordering

pull/2828/head
Jason Dove 5 months ago
parent
commit
b0ac5436a7
No known key found for this signature in database
  1. 2
      ErsatzTV.Core/SystemEnvironment.cs

2
ErsatzTV.Core/SystemEnvironment.cs

@ -65,6 +65,7 @@ public class SystemEnvironment @@ -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 @@ -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; }
}

Loading…
Cancel
Save