Fix any issue

This commit is contained in:
Ajay Ramachandran
2021-07-03 17:50:20 -04:00
parent 63254159ca
commit c9e0acd055

View File

@@ -37,7 +37,7 @@ export class YouTubeAPI {
}
DiskCache.set(cacheKey, JSON.stringify(data))
.catch((err) => Logger.warn(err))
.catch((err: any) => Logger.warn(err))
.then(() => Logger.debug("YouTube API: video information cache set for: " + videoID));
return { err: false, data };