Skip to content

Commit

Permalink
dont save musicName
Browse files Browse the repository at this point in the history
  • Loading branch information
culdo committed Dec 27, 2024
1 parent e8be438 commit 112b5a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/control-bar/audio-player/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function AudioPlayer() {
}, 100)
useGlobalStore.setState({ player: ytPlayer.current })
const musicName = ytPlayer.current.api.videoTitle
usePresetStore.setState({ musicName })
setMusicGui({ name: musicName })
}

Expand Down

0 comments on commit 112b5a7

Please sign in to comment.