diff --git a/Sources/EeveeSpotify/Experiments/LiveContainer/LiveContainerSharing.x.swift b/Sources/EeveeSpotify/Experiments/LiveContainer/LiveContainerSharing.x.swift index 2d4ff0f..361a56e 100644 --- a/Sources/EeveeSpotify/Experiments/LiveContainer/LiveContainerSharing.x.swift +++ b/Sources/EeveeSpotify/Experiments/LiveContainer/LiveContainerSharing.x.swift @@ -12,7 +12,7 @@ class UIApplicationLiveContainerSharingHook: ClassHook { UIPasteboard.general.addItems([[UTType.url.identifier: url]]) let data = url.dataRepresentation - let liveContainerUrl = URL(string: "livecontainer://open-web-page?url=\(data.base64EncodedString())")! + let liveContainerUrl = URL(string: "livecontainer://open-url?url=\(data.base64EncodedString())")! orig.openURL( liveContainerUrl,