mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 14:09:27 +00:00
handle findPlaylists notification and fix spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user