diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-03 02:20:13 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-03 02:20:13 +1100 |
| commit | 035d2e3858dd55580c294031573c3be9e1999449 (patch) | |
| tree | 643d545aa036b901f185ba7148d4a4353d6c957b /Media.cs | |
| parent | 7170867a9a2650fa5a98b9e2664fb2114a0bf114 (diff) | |
AclDialog
Diffstat (limited to 'Media.cs')
| -rw-r--r-- | Media.cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ using System.Net.NetworkInformation; namespace HyperBooru; +[AclType(typeof(MediaPermissions))] public class Media : HBObject { public string? ShortDescription { get; set; } public string? LongDescription { get; set; } |
