tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Add genre field to track object
tsiry-sandratraina.com
2 months ago
ca89f704
ea8ec8ad
+1
1 changed file
expand all
collapse all
unified
split
apps
api
src
xrpc
app
rocksky
song
matchSong.ts
+1
apps/api/src/xrpc/app/rocksky/song/matchSong.ts
···
97
97
trackNumber: spotifyTrack.track_number,
98
98
duration: spotifyTrack.duration_ms,
99
99
mbId: null,
100
100
+
genre: null,
100
101
youtubeLink: null,
101
102
spotifyLink: spotifyTrack.external_urls.spotify,
102
103
appleMusicLink: null,