fix: from lang bug

This commit is contained in:
Gabe
2025-11-13 01:45:11 +08:00
parent 1e59d57764
commit 7a15bdeadc

View File

@@ -692,7 +692,7 @@ class YouTubeCaptionProvider {
}
let currentLine = null;
const MAX_LENGTH = 100;
const MAX_LENGTH = 30;
for (const segment of flatEvents) {
if (segment.text) {