From d235ce2ab3c77fe21c30823db64d25dde253b513 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Mon, 27 Apr 2026 08:31:53 +0200 Subject: [PATCH] update example nsfp array --- config_example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_example.json b/config_example.json index f5f071a..ab3c785 100644 --- a/config_example.json +++ b/config_example.json @@ -24,7 +24,7 @@ "nsfl_tag_id": 1234, "allowedMimes": [ "audio", "image", "video" ], "nsfp": [ - 1, 2, 3 + 2, 3 ], "websrv": { "port": "1337", @@ -69,7 +69,7 @@ "Hello World" ], "ban_video": "", - "enable_xd_score": true, + "enable_xd_score": false, "enable_autoplay": false, "enable_swiping": true, "enable_profile_description": true,