added HasUpdateAvailable

This commit is contained in:
Luke Pulverenti
2014-01-05 01:50:48 -05:00
parent 178d216b28
commit a01ee815fb
6 changed files with 46 additions and 3 deletions

View File

@@ -122,6 +122,12 @@ namespace MediaBrowser.Model.System
/// <value>The wan address.</value>
public string WanAddress { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance has update available.
/// </summary>
/// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value>
public bool HasUpdateAvailable { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="SystemInfo" /> class.
/// </summary>