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 }