A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
98
fork

Configure Feed

Select the types of activity you want to include in your feed.

Default tags to empty array when no artist

+1 -1
+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 - tags: artists.genres, 132 + tags: artists?.genres || [], 133 133 listeners, 134 134 scrobbles: scrobblesCount, 135 135 createdAt: scrobbles.createdAt.toISOString(),