diff --git a/page/page.js b/page/page.js index 02259a6..5cd1502 100644 --- a/page/page.js +++ b/page/page.js @@ -955,6 +955,7 @@ function ct_mediaLoaded () { md_totalTime = yt_video.meta.length; md_curTime = parseInt(new URL(window.location.href).searchParams.get("t")) || 0; ui_updateTimelineProgress(); + ct_cacheVideo(yt_video); md_updateStreams(); // Fires ct_mediaReady or ct_mediaError eventually } }