From 8e8b347f8798236c62da2db4d6c93b3243fe7c2c Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Thu, 31 Aug 2023 19:23:34 +0100 Subject: [PATCH] Changed caching in SpotifyPlayer --- components/ui/SpotifyPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')