From afc15134f5b796d7fc8f8a3e36b871225306b146 Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Fri, 12 Jun 2026 21:53:23 -0400 Subject: [PATCH] fix(MediaManager): reset folder configuration on path change and update button title for clarity --- src/app/components/MediaManager.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/MediaManager.tsx b/src/app/components/MediaManager.tsx index c46255f..2e7f8ee 100644 --- a/src/app/components/MediaManager.tsx +++ b/src/app/components/MediaManager.tsx @@ -492,6 +492,7 @@ export default function MediaManager({ initialPath, rootPath, title, config, set useEffect(() => { let cancelled = false; + setFolderConfig(null); getFileContents(joinPath(path, '.config')) .then(async blob => { if (cancelled) return; @@ -1045,7 +1046,7 @@ export default function MediaManager({ initialPath, rootPath, title, config, set })} {folderConfig !== null && ( - )}