diff --git a/components/ui/SpotifyPlayer.tsx b/components/ui/SpotifyPlayer.tsx index e85e3c2..559df5f 100644 --- a/components/ui/SpotifyPlayer.tsx +++ b/components/ui/SpotifyPlayer.tsx @@ -188,7 +188,7 @@ Song.Skeleton = function SongSkeleton() { ) } -export const dynamic = 'force-dynamic' +export const fetchCache = 'force-no-store' export function SpotifyPlayer(): ReactElement | null { const currentlyPlaying = usePlayerState('currently-playing')