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

Include track URI in feed presentation

+1
+1
apps/api/src/xrpc/app/rocksky/feed/getFeed.ts
··· 149 149 tags: [], 150 150 likesCount, 151 151 liked, 152 + trackUri: tracks.uri, 152 153 createdAt: scrobbles.createdAt.toISOString(), 153 154 updatedAt: scrobbles.updatedAt.toISOString(), 154 155 id: scrobbles.id,