stop that
Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
parent
d0e18236a6
commit
57edd48b1f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ const MusicKitInterop = {
|
|||
const attributes = nowPlayingItem != null ? nowPlayingItem.attributes : {};
|
||||
|
||||
attributes.songId = attributes.songId ?? attributes.playParams?.catalogId ?? attributes.playParams?.id;
|
||||
attributes.type = nowPlayingItem.type ?? "";
|
||||
attributes.type = nowPlayingItem?.type ?? "";
|
||||
attributes.status = isPlayingExport ?? null;
|
||||
attributes.name = attributes?.name ?? "no-title-found";
|
||||
attributes.artwork = attributes?.artwork ?? { url: "" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue