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

Match R&B genre in artists filter

+1 -1
+1 -1
apps/feeds/src/algos/rnb.ts
··· 10 10 ) => { 11 11 const { limit = 50, cursor } = params; 12 12 13 - const whereConditions = [arrayContains(schema.artists.genres, ["rnb"])]; 13 + const whereConditions = [arrayContains(schema.artists.genres, ["r&b"])]; 14 14 15 15 if (cursor) { 16 16 const cursorDate = new Date(parseInt(cursor, 10));