mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
fix
This commit is contained in:
@@ -430,7 +430,7 @@ async function handlePlay() {
|
|||||||
a.target = '_blank'
|
a.target = '_blank'
|
||||||
document.body.appendChild(a)
|
document.body.appendChild(a)
|
||||||
a.click()
|
a.click()
|
||||||
document.body.removeChild(a)
|
a.remove()
|
||||||
}
|
}
|
||||||
else { $toast.error(`获取播放链接失败:${result.message}!`) }
|
else { $toast.error(`获取播放链接失败:${result.message}!`) }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user