Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Jan 3, 2024
1 parent ecb9c4e commit fb976f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/discover/MediaDetailView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ async function handlePlay() {
a.target = '_blank'
document.body.appendChild(a)
a.click()
document.body.removeChild(a)
a.remove()
}
else { $toast.error(`获取播放链接失败:${result.message}!`) }
}
Expand Down

0 comments on commit fb976f0

Please sign in to comment.