mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 00:23:59 -07:00
parent
c58f66a0ec
commit
c690f1ad39
6 changed files with 19 additions and 1 deletions
|
@ -42,6 +42,7 @@ namespace Lidarr.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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue