mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Remove AutoRunAtStartup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user