Update SpotifyPlayer.tsx

This commit is contained in:
Ryan Freeman 2023-09-11 19:42:50 +01:00 committed by GitHub
parent ce33c88763
commit b8ce785bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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