diff --git a/src/utils/youtubeApi.ts b/src/utils/youtubeApi.ts index eb4fa1e..e1ae38a 100644 --- a/src/utils/youtubeApi.ts +++ b/src/utils/youtubeApi.ts @@ -10,7 +10,7 @@ export class YouTubeAPI { return { err: "Invalid video ID" }; } - const cacheKey = `yt.newleaf.video.$[videoID}`; + const cacheKey = `yt.newleaf.video.${videoID}`; if (!ignoreCache) { try { const data = await DiskCache.get(cacheKey);