mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Cleaned up queue table a bit.
This commit is contained in:
parent
fc3ad9023d
commit
76089b460c
5 changed files with 11 additions and 6 deletions
|
@ -11,7 +11,7 @@ namespace NzbDrone.Core.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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue