Add setting to auto-run web app when server starts

This commit is contained in:
Luke Pulverenti
2017-12-03 17:14:35 -05:00
parent 70b0dd968f
commit 8717f81bf4
6 changed files with 45 additions and 10 deletions

View File

@@ -61,6 +61,8 @@ namespace MediaBrowser.Model.Configuration
/// <value><c>true</c> if this instance is port authorized; otherwise, <c>false</c>.</value>
public bool IsPortAuthorized { get; set; }
public bool AutoRunWebApp { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [enable case sensitive item ids].
/// </summary>