diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index c068006..b6d0adc 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -18,7 +18,6 @@ export default function App() { } function handleDownloadDone() { - setTab('library'); setLibraryRefreshKey(k => k + 1); setSelectedTrack(null); }