mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add --nowebcontent command line flag
Added without any functionality
This commit is contained in:
parent
7e3caec583
commit
0996ce2898
@ -15,6 +15,12 @@ namespace Jellyfin.Server
|
||||
[Option('d', "datadir", Required = false, HelpText = "Path to use for the data folder (database files, etc.).")]
|
||||
public string? DataDir { get; set; }
|
||||
|
||||
/// <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.")]
|
||||
public bool NoWebContent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the path to the web directory.
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user