Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QingXia-Ela committed Aug 25, 2024
1 parent 79558f9 commit c648b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function PlaylistLeftCtxMenu({ cid, handleClose }: PlaylistLeftCtxMenuProps) {
const play = async () => {
handleClose();
const res = await (await getAlbumDetail(cid)).json();
const songId = res.data.songs[0]?.cid
const songId = res.data.songs[0]?.cid;
if (songId) {
SirenStore.dispatch({
type: 'player/selectSong',
Expand Down

0 comments on commit c648b7c

Please sign in to comment.