fix: cache invalidation issue

This commit is contained in:
Fredrik Burmester
2024-12-01 10:11:24 +01:00
parent 3a507b6d1b
commit 383062ac0d
6 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import { useQueryClient } from "@tanstack/react-query";
/**
* useRevalidatePlaybackProgressCache invalidates queries related to playback progress.
*/
export function useRevalidatePlaybackProgressCache() {
export function useInvalidatePlaybackProgressCache() {
const queryClient = useQueryClient();
const revalidate = async () => {