From 2bf42e7e7f4948bcb9fb39531926e786f24d9897 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 27 Mar 2026 14:43:31 -0700 Subject: [PATCH] fixed the obs config file --- obs-config/global.ini | 1 + obs-config/plugin_config/obs-websocket/config.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/obs-config/global.ini b/obs-config/global.ini index ce27af6..84ee45a 100644 --- a/obs-config/global.ini +++ b/obs-config/global.ini @@ -1,5 +1,6 @@ [General] EnableAutoUpdates=false +FirstRun=false [BasicWindow] SysTrayEnabled=true diff --git a/obs-config/plugin_config/obs-websocket/config.json b/obs-config/plugin_config/obs-websocket/config.json index 69c3968..339e05d 100644 --- a/obs-config/plugin_config/obs-websocket/config.json +++ b/obs-config/plugin_config/obs-websocket/config.json @@ -1,6 +1,6 @@ { - "alerts_enabled": false, - "auth_required": false, - "server_enabled": true, - "server_port": 4455 + "AlertsEnabled": false, + "AuthRequired": false, + "ServerEnabled": true, + "ServerPort": 4455 }