|
@@ -24,7 +24,7 @@ namespace MediaBrowser.Model.System
|
|
public string Version { get; set; }
|
|
public string Version { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// The product name. This is the AssemblyProduct name.
|
|
|
|
|
|
+ /// Gets or sets the product name. This is the AssemblyProduct name.
|
|
/// </summary>
|
|
/// </summary>
|
|
public string ProductName { get; set; }
|
|
public string ProductName { get; set; }
|
|
|
|
|
|
@@ -41,9 +41,9 @@ namespace MediaBrowser.Model.System
|
|
public string Id { get; set; }
|
|
public string Id { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// Gets or sets a value indicating whether startup is completed.
|
|
|
|
|
|
+ /// Gets or sets a value indicating whether the startup wizard is completed.
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <value>The startup completion status.</value>
|
|
/// <value>The startup completion status.</value>
|
|
- public bool StartupCompleted { get; set; }
|
|
|
|
|
|
+ public bool StartupWizardCompleted { get; set; }
|
|
}
|
|
}
|
|
}
|
|
}
|