summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-21 21:02:44 +1000
committerJake Mannens <jake@asger.xyz>2026-06-25 12:26:07 +1000
commit713867bbda8322a0938d6b8f0c850752622fdd42 (patch)
tree1f8c4e58480471aecdee37e3f734c4c1211e16b1 /Pages/Component/AboutDialog.razor
parent79d383f6f48df0078e6ba13239f9c4c94fbc9ea6 (diff)
Diffstat (limited to 'Pages/Component/AboutDialog.razor')
-rw-r--r--Pages/Component/AboutDialog.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pages/Component/AboutDialog.razor b/Pages/Component/AboutDialog.razor
index 1229dc7..d1082bc 100644
--- a/Pages/Component/AboutDialog.razor
+++ b/Pages/Component/AboutDialog.razor
@@ -702,7 +702,7 @@
using var db = dbFactory.CreateDbContext();
progress = (
Untagged: db.Media
- .Where(m => m.Tags.Any(t => t.TagDefinition.ObjectId == (int) HBObjectId.IngestTag))
+ .Where(m => m.Tags.Any(t => t.TagDefinition.ObjectId == (int) ApiModels.HBObjectId.IngestTag))
.Count(),
Total: db.Media.Count()
);