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
fix: add genres support to scrobble records
tsiry-sandratraina.com
5 months ago
b5f4fd4c
8f78f485
+1
1 changed file
expand all
collapse all
unified
split
apps
api
src
nowplaying
nowplaying.service.ts
+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
238
+
tags: track.genres,
238
239
};
239
240
240
241
if (!Scrobble.validateRecord(record).success) {