From eec8e395562835dc612bc387b07ffc8290542692 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 29 Jan 2022 00:02:23 +0700 Subject: [PATCH] bruh why --- src/preload/cider-preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preload/cider-preload.js b/src/preload/cider-preload.js index 94413a69..3e13e908 100644 --- a/src/preload/cider-preload.js +++ b/src/preload/cider-preload.js @@ -50,7 +50,7 @@ const MusicKitInterop = { attributes.artwork.url = (attributes?.artwork?.url ?? '').replace(`{f}`, "png"); attributes.playParams = attributes?.playParams ?? {id: 'no-id-found'}; attributes.playParams.id = attributes?.playParams?.id ?? 'no-id-found'; - attributes.playParams.songid = nowPlayingItem.songId ?? 'no-id-found' + attributes.playParams.songid = nowPlayingItem._songId ?? 'no-id-found' attributes.url = { cider: "https://cider.sh/p?id=" + attributes.playParams.id, appleMusic: "https://music.apple.com/song/" + nowPlayingItem.songId