Changed caching in SpotifyPlayer

This commit is contained in:
Ryan Freeman 2023-08-31 19:23:34 +01:00
parent cb8726377a
commit 8e8b347f87

View File

@ -188,7 +188,7 @@ Song.Skeleton = function SongSkeleton() {
) )
} }
export const dynamic = 'force-dynamic' export const fetchCache = 'force-no-store'
export function SpotifyPlayer(): ReactElement | null { export function SpotifyPlayer(): ReactElement | null {
const currentlyPlaying = usePlayerState('currently-playing') const currentlyPlaying = usePlayerState('currently-playing')