mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Changed caching in SpotifyPlayer
This commit is contained in:
parent
cb8726377a
commit
8e8b347f87
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user