From be64a6700d9fd6462a862832550360e89f8a9bc4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:12:14 +0200 Subject: [PATCH] Filebrowser: change exclude "folders" to "folderPaths" (#5576) --- tools/addon/filebrowser-quantum.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/addon/filebrowser-quantum.sh b/tools/addon/filebrowser-quantum.sh index 74911a788..4ebf98b31 100644 --- a/tools/addon/filebrowser-quantum.sh +++ b/tools/addon/filebrowser-quantum.sh @@ -163,7 +163,7 @@ server: disableIndexing: false indexingIntervalMinutes: 240 exclude: - folders: + folderPaths: - "/proc" - "/sys" - "/dev" @@ -185,7 +185,7 @@ server: disableIndexing: false indexingIntervalMinutes: 240 exclude: - folders: + folderPaths: - "/proc" - "/sys" - "/dev"