mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 13:35:41 +00:00
Update SpotifyPlayer.tsx
This commit is contained in:
parent
ce33c88763
commit
b8ce785bcc
@ -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')
|
||||||
@ -208,4 +208,4 @@ export function SpotifyPlayer(): ReactElement | null {
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user