diff --git a/src/components/Player.jsx b/src/components/Player.jsx index afd2ce3..9364833 100644 --- a/src/components/Player.jsx +++ b/src/components/Player.jsx @@ -158,6 +158,8 @@ export function Player () { setIsPlaying(!isPlaying) } + const isSongLoaded = !!currentMusic.song; + return (