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.

fix incorrect updatedAt format

+1
+1
rockskyapi/rocksky-auth/src/xrpc/app/rocksky/song/createSong.ts
··· 125 125 return Effect.sync(() => ({ 126 126 ...track, 127 127 createdAt: track.createdAt.toISOString(), 128 + updatedAt: track.updatedAt.toISOString(), 128 129 })); 129 130 }; 130 131