diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-25 13:07:32 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:42 +1000 |
| commit | 4b3afdffb11cafde482fce1833a1a742b55605f4 (patch) | |
| tree | 9932d487a227dbaab52f4539f746ca5eb74991c4 /Media.cs | |
| parent | a26e9b6a628cfd311b08e1c4d2bf612d9af9bb7c (diff) | |
Renamed UserStateService to UserService
Diffstat (limited to 'Media.cs')
| -rw-r--r-- | Media.cs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,10 +17,6 @@ public class Media : HBObject { .Select(t => t.TagDefinition.Guid) .Contains(HBContext.IngestTag); - public bool IsNsfw => Tags - .Select(t => t.TagDefinition.Guid) - .Contains(HBContext.NsfwTag); - public string? DisplayName { get { if(ShortDescription is not null) |
