|
|
|
@ -56,6 +56,8 @@ public class SystemEnvironment |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
JellyfinPageSize = jellyfinPageSize; |
|
|
|
JellyfinPageSize = jellyfinPageSize; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JellyfinEnableStats = !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("ETV_JF_ENABLE_STATS")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static string BaseUrl { get; } |
|
|
|
public static string BaseUrl { get; } |
|
|
|
@ -68,4 +70,5 @@ public class SystemEnvironment |
|
|
|
public static int? SlowDbMs { get; } |
|
|
|
public static int? SlowDbMs { get; } |
|
|
|
public static int? SlowApiMs { get; } |
|
|
|
public static int? SlowApiMs { get; } |
|
|
|
public static int JellyfinPageSize { get; } |
|
|
|
public static int JellyfinPageSize { get; } |
|
|
|
|
|
|
|
public static bool JellyfinEnableStats { get; } |
|
|
|
} |
|
|
|
} |
|
|
|
|