From 5fc85fbd63b84c2c78b82b0ae2ff8a2dbadfc101 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Wed, 16 Aug 2023 12:32:41 +0200 Subject: [PATCH] Fix syntax error in config file example --- public/wall-config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/wall-config.json.example b/public/wall-config.json.example index 150b1d6..7b100b6 100644 --- a/public/wall-config.json.example +++ b/public/wall-config.json.example @@ -22,5 +22,5 @@ "showInfobar": true, "showText": true, "showMedia": true, - "playVideos": true, + "playVideos": true } \ No newline at end of file