Cleaned up queue table a bit.

This commit is contained in:
Mark McDowall 2013-10-02 08:33:23 -07:00
commit 76089b460c
5 changed files with 11 additions and 6 deletions

View file

@ -12,7 +12,7 @@ namespace NzbDrone.Api.Queue
public QualityModel Quality { get; set; }
public Decimal Size { get; set; }
public String Title { get; set; }
public Decimal SizeLeft { get; set; }
public Decimal Sizeleft { get; set; }
public TimeSpan Timeleft { get; set; }
}
}