From b8ce785bccc141e82043043ce4260a936811a75d Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Mon, 11 Sep 2023 19:42:50 +0100 Subject: [PATCH] Update SpotifyPlayer.tsx --- components/ui/SpotifyPlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}