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 && ( - )}