diff --git a/src/preload/cider-preload.js b/src/preload/cider-preload.js index d67f0dfd..0f55e657 100644 --- a/src/preload/cider-preload.js +++ b/src/preload/cider-preload.js @@ -52,7 +52,7 @@ const MusicKitInterop = { attributes.playParams.id = attributes?.playParams?.id ?? 'no-id-found'; attributes.url = { cider: "cider://play/s/" + nowPlayingItem?._songId ?? 'no-id-found', - appleMusic: "https://music.apple.com/song/" + nowPlayingItem?._songId ?? 'no-id-found' + appleMusic: "https://music.apple.com/"+ mk.storefrontId +"/song/" + nowPlayingItem?._songId ?? 'no-id-found' } if (attributes.playParams.id === 'no-id-found') { attributes.playParams.id = nowPlayingItem?.id ?? 'no-id-found';