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(