From eb774a8221e81462a6166a01fbf5d559302bfa87 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 19 Mar 2025 13:53:24 +0100 Subject: [PATCH] add default --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index 281c4aa..04f3fad 100644 --- a/config.jsonc +++ b/config.jsonc @@ -56,6 +56,7 @@ "canExportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportItems": {"member": true, "staff": true, "admin": true}, + "canTranscribeAudio": {}, "canManageDocuments": {"member": true, "staff": true, "admin": true}, "canManageEntities": {"member": true, "staff": true, "admin": true}, "canManageHome": {"staff": true, "admin": true},