From 9dd981a0491cb0475268c4959d940baf5dda9955 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:45:34 +0100 Subject: [PATCH] Disable GitHub beta feature in updater.json --- filebrowser_quantum/updater.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser_quantum/updater.json b/filebrowser_quantum/updater.json index 9bbf37d57..219618584 100644 --- a/filebrowser_quantum/updater.json +++ b/filebrowser_quantum/updater.json @@ -1,5 +1,5 @@ { - "github_beta": "true", + "github_beta": "false", "last_update": "08-01-2026", "paused": false, "repository": "alexbelgium/hassio-addons",