handle findPlaylists notification and fix spacing

This commit is contained in:
simon
2021-12-05 22:15:10 +07:00
parent 8874168291
commit 7516090e14
3 changed files with 7 additions and 6 deletions

View File

@@ -225,6 +225,9 @@ function findPlaylists(button) {
var message = document.createElement('p');
message.innerText = 'Scraping for playlists in progress';
document.getElementById("find-playlists-button").replaceWith(message);
setTimeout(function(){
checkMessages();
}, 500);
}
// delete from file system