diff options
Diffstat (limited to 'Media.cs')
| -rw-r--r-- | Media.cs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ public class Media : HBObject { public string MimeType { get; set; } public string? ShortDescription { get; set; } public string? LongDescription { get; set; } + public int Width { get; set; } + public int Height { get; set; } public virtual List<UploadedFile> UploadedFiles { get; set; } = new(); public bool IsIngest => Tags |
