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:
commit
ad5651a30f
1 changed files with 0 additions and 1 deletions
|
|
@ -1594,7 +1594,6 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||
}`
|
||||
);
|
||||
progressElement.style.display = 'none';
|
||||
return;
|
||||
}
|
||||
|
||||
tracks = result.tracks;
|
||||
|
|
|
|||
Loading…
Reference in a new issue