From 98e20f931503c66bdb9b48a12cc47b464746be08 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 18 Nov 2019 17:32:56 +0100 Subject: [PATCH] fix config --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 6f4e36c..3796184 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1121,7 +1121,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. { "id": "subtitles", "title": "Subtitles", - "canAddAnnotations": {"member" true, "admin": true}, + "canAddAnnotations": {"member": true, "admin": true}, "canPlayClips": true, "hasEvents": true, "hasPlaces": true,