_songId because yeah
This commit is contained in:
parent
efb9c6f00b
commit
af890a5c6c
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ const MusicKitInterop = {
|
|||
attributes.playParams = attributes?.playParams ?? {id: 'no-id-found'};
|
||||
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'
|
||||
cider: "cider://play/s/" + nowPlayingItem?._songId ?? 'no-id-found',
|
||||
appleMusic: "https://music.apple.com/song/" + nowPlayingItem?._songId ?? 'no-id-found'
|
||||
}
|
||||
if (attributes.playParams.id === 'no-id-found') {
|
||||
attributes.playParams.id = nowPlayingItem?.id ?? 'no-id-found';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue