A decentralized music tracking and discovery platform built on AT Protocol 🎵

Add genre field to track object

+1
+1
apps/api/src/xrpc/app/rocksky/song/matchSong.ts
··· 97 trackNumber: spotifyTrack.track_number, 98 duration: spotifyTrack.duration_ms, 99 mbId: null, 100 youtubeLink: null, 101 spotifyLink: spotifyTrack.external_urls.spotify, 102 appleMusicLink: null,
··· 97 trackNumber: spotifyTrack.track_number, 98 duration: spotifyTrack.duration_ms, 99 mbId: null, 100 + genre: null, 101 youtubeLink: null, 102 spotifyLink: spotifyTrack.external_urls.spotify, 103 appleMusicLink: null,