From 7f33bcf5420e7e7b5d6008a9d71c88c4fa3d7abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 23 Oct 2022 18:24:33 +0200 Subject: [PATCH] fix: duration attribute label --- webui/src/util/labels.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui/src/util/labels.ts b/webui/src/util/labels.ts index f7f055a..b0861cb 100644 --- a/webui/src/util/labels.ts +++ b/webui/src/util/labels.ts @@ -10,6 +10,8 @@ const DEFAULT_ATTRIBUTE_LABELS = { NUM_VISITED: "Times visited", LBL: "Label", IS: "Type", + TYPE: "Type ID", + MEDIA_DURATION: "Duration", }; export const attributeLabels: Readable<{ [key: string]: string }> = readable(