diff --git a/components/ui/SpotifyPlayer.tsx b/components/ui/SpotifyPlayer.tsx index 559df5f..9eb22c4 100644 --- a/components/ui/SpotifyPlayer.tsx +++ b/components/ui/SpotifyPlayer.tsx @@ -188,7 +188,7 @@ Song.Skeleton = function SongSkeleton() { ) } -export const fetchCache = 'force-no-store' +export const revalidate = 0 export function SpotifyPlayer(): ReactElement | null { const currentlyPlaying = usePlayerState('currently-playing') @@ -208,4 +208,4 @@ export function SpotifyPlayer(): ReactElement | null { } ) -} \ No newline at end of file +}