New: Add backup size information

Closes #1533
This commit is contained in:
Zack Eckersley Pallett
2022-02-21 20:11:12 +00:00
committed by Qstick
parent d83c02fe9f
commit 4034250a33
6 changed files with 19 additions and 1 deletions
@@ -42,6 +42,7 @@ namespace Readarr.Api.V1.System.Backup
Name = b.Name,
Path = $"/backup/{b.Type.ToString().ToLower()}/{b.Name}",
Type = b.Type,
Size = b.Size,
Time = b.Time
})
.OrderByDescending(b => b.Time)