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 (
@@ -166,7 +168,7 @@ export function Player () {
- @@ -180,4 +182,4 @@ export function Player () {
) -} \ No newline at end of file +}