refactor(setup): remove syncMediaPath call from downloader step

Path is now synced directly through downloaderData.path.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Estrella Pan
2026-01-26 20:12:05 +01:00
parent 9b27621861
commit 5ab38c335d

View File

@@ -34,7 +34,6 @@ async function testConnection() {
}
function handleNext() {
setupStore.syncMediaPath();
setupStore.nextStep();
}