mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-23 22:19:34 +08:00
更新 MediaDetailView.vue
This commit is contained in:
@@ -424,7 +424,7 @@ async function handlePlay() {
|
||||
`mediaserver/play/${existsItemId.value}`,
|
||||
)
|
||||
if (result?.success)
|
||||
window.open(result.data?.url, '_blank')
|
||||
window.open(result.data?.url, '_blank', "noopener,noreferrer")
|
||||
else
|
||||
$toast.error(`获取播放链接失败:${result.message}!`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user