fix: duration attribute label

feat/type-attributes
Tomáš Mládek 2022-10-23 18:24:33 +02:00
parent f34c8fc838
commit 7f33bcf542
1 changed files with 2 additions and 0 deletions

View File

@ -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(