update front end when discovery is running
This commit is contained in:
parent
e11ee8622e
commit
e62f4b0203
1 changed files with 3 additions and 0 deletions
|
|
@ -22298,6 +22298,9 @@ async function startYouTubeDiscovery(urlHash) {
|
||||||
state.phase = 'discovering';
|
state.phase = 'discovering';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update modal buttons to show "Discovering..." instead of "Start Discovery"
|
||||||
|
updateYouTubeModalButtons(urlHash, 'discovering');
|
||||||
|
|
||||||
// Start polling for progress
|
// Start polling for progress
|
||||||
startYouTubeDiscoveryPolling(urlHash);
|
startYouTubeDiscoveryPolling(urlHash);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue