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

fix: add genres support to scrobble records

+1
+1
apps/api/src/nowplaying/nowplaying.service.ts
··· 235 235 ? dayjs.unix(track.timestamp).toISOString() 236 236 : new Date().toISOString(), 237 237 spotifyLink: track.spotifyLink ? track.spotifyLink : undefined, 238 + tags: track.genres, 238 239 }; 239 240 240 241 if (!Scrobble.validateRecord(record).success) {