diff --git a/src/subtitle/YouTubeCaptionProvider.js b/src/subtitle/YouTubeCaptionProvider.js index a5e7375..503732a 100644 --- a/src/subtitle/YouTubeCaptionProvider.js +++ b/src/subtitle/YouTubeCaptionProvider.js @@ -875,6 +875,7 @@ class YouTubeCaptionProvider { logger.info( `Youtube Provider: Appending ${subtitlesForThisChunk.length} subtitles from chunk ${chunkNum}.` ); + this.#subtitles.push(subtitlesForThisChunk); this.#managerInstance.appendSubtitles(subtitlesForThisChunk); } else { logger.info(`Youtube Provider: Chunk ${chunkNum} no subtitles.`);