aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Server/StartupOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/StartupOptions.cs b/Jellyfin.Server/StartupOptions.cs
index 0f15488f4..ac5df3925 100644
--- a/Jellyfin.Server/StartupOptions.cs
+++ b/Jellyfin.Server/StartupOptions.cs
@@ -21,7 +21,7 @@ namespace Jellyfin.Server
/// <summary>
/// Gets or sets a value indicating whether the server should not host static web content.
/// </summary>
- [Option("nowebcontent", Required = false, HelpText = "Indicates that the web server should not host any static web content.")]
+ [Option(ConfigurationExtensions.NoWebContentKey, Required = false, HelpText = "Indicates that the web server should not host any static web content.")]
public bool NoWebContent { get; set; }
/// <summary>