Improved the status page with the suggestion from #29

This commit is contained in:
tidusjar 2016-03-22 11:06:43 +00:00
parent 8f7098d048
commit c4f57169ad
6 changed files with 28 additions and 3 deletions

View file

@ -31,7 +31,9 @@ namespace PlexRequests.Core.Models
{
public string Version { get; set; }
public bool UpdateAvailable { get; set; }
public int ReleasesBehind { get; set; }
public string UpdateUri { get; set; }
public string DownloadUri { get; set; }
public string ReleaseNotes { get; set; }
public string ReleaseTitle { get; set; }
}
}