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
Default tags to empty array when no artist
tsiry-sandratraina.com
1 month ago
fd699fa8
19de40ce
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
api
src
xrpc
app
rocksky
scrobble
getScrobble.ts
+1
-1
apps/api/src/xrpc/app/rocksky/scrobble/getScrobble.ts
···
129
129
date: scrobbles.timestamp.toISOString(),
130
130
user: users.handle,
131
131
uri: scrobbles.uri,
132
132
-
tags: artists.genres,
132
132
+
tags: artists?.genres || [],
133
133
listeners,
134
134
scrobbles: scrobblesCount,
135
135
createdAt: scrobbles.createdAt.toISOString(),