New: Add backup size information

Closes #957

(cherry picked from commit 78aeda1a2cc217c367c5c3c6fd281c101b28413c)
This commit is contained in:
Zack Eckersley Pallett
2022-02-21 20:11:12 +00:00
committed by Qstick
parent 1b83459927
commit 18189d086b
6 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ namespace Prowlarr.Api.V1.System.Backup
public string Name { get; set; }
public string Path { get; set; }
public BackupType Type { get; set; }
public long Size { get; set; }
public DateTime Time { get; set; }
}
}