From ae7b62f4d85cf398d9566a6ed07a6afc193f6b48 Mon Sep 17 00:00:00 2001 From: Kelvin K <kelvin@futo.org> Date: Fri, 21 Mar 2025 22:36:11 +0100 Subject: [PATCH] Add missing setting --- YoutubeUnstableConfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/YoutubeUnstableConfig.json b/YoutubeUnstableConfig.json index 9be5e31..2b40482 100644 --- a/YoutubeUnstableConfig.json +++ b/YoutubeUnstableConfig.json @@ -93,6 +93,13 @@ "type": "Boolean", "default": "false" }, + { + "variable": "allowMemberContent", + "name": "Allow Member Content", + "description": "Allow listing of member content (will prefix \"[MEMBER]\")", + "type": "Boolean", + "default": "false" + }, { "variable": "useUMP", "name": "Force Experimental UMP Streams", -- GitLab