rename clearSegmentCache

This commit is contained in:
Michael C
2021-11-15 01:48:14 -05:00
parent b9ebd00365
commit 03c95ca158
5 changed files with 7 additions and 7 deletions

View File

@@ -657,7 +657,7 @@ export async function postSkipSegments(req: Request, res: Response): Promise<Res
videoID, apiVideoInfo?.data?.authorId || "", apiVideoInfo?.data?.title || "", apiVideoInfo?.data?.published || 0, apiVideoInfo?.data?.genreUrl || "", videoID]);
// Clear redis cache for this video
QueryCacher.clearVideoCache({
QueryCacher.clearSegmentCache({
videoID,
hashedVideoID,
service,