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.

set scrobbles default value

+6 -1
+6 -1
apps/api/src/scripts/collections.ts
··· 429 429 uri: artist.uri, 430 430 scrobbles: 1, 431 431 }) 432 - .onConflictDoNothing() 432 + .onConflictDoUpdate({ 433 + target: schema.userArtists.uri, 434 + set: { 435 + scrobbles: 1, 436 + }, 437 + }) 433 438 .execute(); 434 439 }), 435 440 );