Removed check for update button, latest version will have install link

This commit is contained in:
Mark McDowall
2013-10-05 01:15:48 -07:00
parent e4b2c30616
commit 03fac8bfe5
9 changed files with 75 additions and 70 deletions
@@ -5,15 +5,11 @@ namespace NzbDrone.Core.Update
{
public class UpdatePackage
{
public string Id { get; set; }
public Version Version { get; set; }
public String Branch { get; set; }
public DateTime ReleaseDate { get; set; }
public String FileName { get; set; }
public String Url { get; set; }
public UpdateChanges Changes { get; set; }
}
}