Skip to content

Commit c7197f0

Browse files
committed
Hide progress hint after synopses step
1 parent 5a631b1 commit c7197f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tvplot/html/parts/pipeline.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,9 +1302,8 @@ async function _reviewAndRun(show, season, synopses, provider, apiKey) {
13021302

13031303
_showPipelineProgress();
13041304
_updatePipelineProgress('Starting pipeline…', 1, 6);
1305-
// Synopses are done — hide the hint about them being slow
13061305
const hint = document.getElementById('pipeline-progress-hint');
1307-
if (hint) hint.textContent = 'Analysis takes 2–3 min for a 10-episode season.';
1306+
if (hint) hint.style.display = 'none';
13081307

13091308
try {
13101309
const result = await runPipeline(confirmed, show, provider, apiKey, (message, pass, total) => {

0 commit comments

Comments
 (0)