From c74cf6cf6efdeb91f70fb4eea36e037985a9ee98 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 12 Jul 2025 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9E=84=E5=BB=BAPlex?= =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E9=93=BE=E6=8E=A5=E6=97=B6=E7=9A=84=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/appDeepLink.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/appDeepLink.ts b/src/utils/appDeepLink.ts index bc1418d2..6f71319b 100644 --- a/src/utils/appDeepLink.ts +++ b/src/utils/appDeepLink.ts @@ -232,7 +232,6 @@ function buildPlexDeepLink(playUrl: string): string { plexToken, deepLink, }) - alert(deepLink) return deepLink }