bruh why
This commit is contained in:
parent
ea7547547b
commit
eec8e39556
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue