1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Queue should update now

This commit is contained in:
Mark McDowall
2013-10-03 14:06:52 -07:00
parent 938b5f1ae3
commit 6f27d8c33f
11 changed files with 65 additions and 7 deletions
+1
View File
@@ -14,5 +14,6 @@ namespace NzbDrone.Api.Queue
public String Title { get; set; }
public Decimal Sizeleft { get; set; }
public TimeSpan Timeleft { get; set; }
public String Status { get; set; }
}
}