Remove AutoRunAtStartup

This commit is contained in:
cvium
2019-01-05 23:07:06 +01:00
parent f57ad728a5
commit bb879fff33
4 changed files with 0 additions and 63 deletions

View File

@@ -29,12 +29,6 @@ namespace MediaBrowser.Model.Configuration
/// <value>The log file retention days.</value>
public int LogFileRetentionDays { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [run at startup].
/// </summary>
/// <value><c>true</c> if [run at startup]; otherwise, <c>false</c>.</value>
public bool RunAtStartup { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is first run.
/// </summary>