Merge pull request #317 from Mrigakshi-RC/fix/show-imported-playlist

fix(library): show playlist in library on csv import
This commit is contained in:
Samidy 2026-03-13 22:20:50 +03:00 committed by GitHub
commit ad5651a30f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1594,7 +1594,6 @@ document.addEventListener('DOMContentLoaded', async () => {
}`
);
progressElement.style.display = 'none';
return;
}
tracks = result.tracks;