mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
Use the same key constant for command line config and all other config
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user