Skip to content

Commit 469de6c

Browse files
committed
open-url
1 parent fe09215 commit 469de6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/EeveeSpotify/Experiments/LiveContainer/LiveContainerSharing.x.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class UIApplicationLiveContainerSharingHook: ClassHook<UIApplication> {
1212
UIPasteboard.general.addItems([[UTType.url.identifier: url]])
1313

1414
let data = url.dataRepresentation
15-
let liveContainerUrl = URL(string: "livecontainer://open-web-page?url=\(data.base64EncodedString())")!
15+
let liveContainerUrl = URL(string: "livecontainer://open-url?url=\(data.base64EncodedString())")!
1616

1717
orig.openURL(
1818
liveContainerUrl,

0 commit comments

Comments
 (0)