cli: add option to disable network change detection (#11253)

This commit is contained in:
gnattu
2024-09-10 03:17:10 +08:00
committed by GitHub
parent 3da081ba86
commit 987dbe98c8
4 changed files with 25 additions and 3 deletions

View File

@@ -69,6 +69,11 @@ namespace MediaBrowser.Controller.Extensions
/// </summary>
public const string SqliteCacheSizeKey = "sqlite:cacheSize";
/// <summary>
/// The key for a setting that indicates whether the application should detect network status change.
/// </summary>
public const string DetectNetworkChangeKey = "DetectNetworkChange";
/// <summary>
/// Gets a value indicating whether the application should host static web content from the <see cref="IConfiguration"/>.
/// </summary>