@uimaxbai/am-lyrics 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -319,7 +319,7 @@ class GoogleService {
319
319
  }
320
320
  }
321
321
 
322
- const VERSION = '1.2.1';
322
+ const VERSION = '1.2.2';
323
323
  const INSTRUMENTAL_THRESHOLD_MS = 7000; // Show dots for gaps >= 7s
324
324
  const FETCH_TIMEOUT_MS = 8000; // Timeout for all lyrics fetch requests
325
325
  const SEEK_THRESHOLD_MS = 500;
@@ -3314,7 +3314,7 @@ class AmLyrics extends i {
3314
3314
  }
3315
3315
  else {
3316
3316
  isGrowableVW =
3317
- combinedDuration >= 800 && combinedDuration >= wordLen * 180;
3317
+ combinedDuration >= 900 && combinedDuration >= wordLen * 300;
3318
3318
  }
3319
3319
  }
3320
3320
  // Glow requirement (more strict)