diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-25 13:07:32 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-25 13:07:32 +1000 |
| commit | f6f69d0f53cd0338d4bfaf695bb618fce3dada5d (patch) | |
| tree | 472ca29032c5919ff1cc7675dbdd23ef95b5e048 /Media.cs | |
| parent | 33d81fc34ddc5b4e9edd47bb4cbe9c1674c782f5 (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) |
