tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
rocksky
forked from
rocksky.app/rocksky
3
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
3
fork
atom
overview
issues
1
pulls
pipelines
Use artistMbId and releaseMbId keys
tsiry-sandratraina.com
3 days ago
1daaee9e
b7776898
+4
-4
1 changed file
expand all
collapse all
unified
split
apps
api
src
tealfm
index.ts
+4
-4
apps/api/src/tealfm/index.ts
···
65
65
trackName: track.name,
66
66
playedTime: track.timestamp,
67
67
artists: track.artist.map((artist) => ({
68
68
-
artistMbid: artist.mbid,
68
68
+
artistMbId: artist.mbid,
69
69
artistName: artist.name,
70
70
})),
71
71
-
releaseMbid: track.releaseMBID,
71
71
+
releaseMbId: track.releaseMBID,
72
72
releaseName: track.album,
73
73
recordingMbId: track.trackMBID,
74
74
submissionClientAgent: SUBMISSION_CLIENT_AGENT,
···
106
106
duration,
107
107
playedTime: track.timestamp,
108
108
artists: track.artist.map((artist) => ({
109
109
-
artistMbid: artist.mbid,
109
109
+
artistMbId: artist.mbid,
110
110
artistName: artist.name,
111
111
})),
112
112
-
releaseMbid: track.releaseMBID,
112
112
+
releaseMbId: track.releaseMBID,
113
113
releaseName: track.album,
114
114
recordingMbId: track.trackMBID,
115
115
submissionClientAgent: SUBMISSION_CLIENT_AGENT,