summaryrefslogtreecommitdiff
path: root/Media.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-02-01 00:47:11 +1100
committerJake Mannens <jake@asger.xyz>2026-02-01 01:50:37 +1100
commit7447a54c13631b5ecf7b4e10cef2cbf52a357042 (patch)
tree9d441e7892649230490bd8e0000123aa16a7509b /Media.cs
parent9a75d6fffe8950eba67595e5457dfe6d6a4b0eab (diff)
tmp
Diffstat (limited to 'Media.cs')
-rw-r--r--Media.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Media.cs b/Media.cs
index dd7534c..51626be 100644
--- a/Media.cs
+++ b/Media.cs
@@ -41,6 +41,8 @@ public class UploadedFile : HBObject {
public DateTime? LastAccessTime { get; set; }
public DateTime? LastWriteTime { get; set; }
public DateTime? CreateTime { get; set; }
+ public string? Path { get; set; }
+ public PathType? PathType { get; set; }
public virtual Media Media { get; set; }
}