移除构建Plex深度链接时的警告弹窗

This commit is contained in:
jxxghp
2025-07-12 15:13:18 +08:00
parent ce2d04fa64
commit c74cf6cf6e

View File

@@ -232,7 +232,6 @@ function buildPlexDeepLink(playUrl: string): string {
plexToken,
deepLink,
})
alert(deepLink)
return deepLink
}