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

Merge branch 'main' into feat/feed-generator

+1 -1
+1 -1
apps/api/src/spotify/app.ts
··· 110 110 .from(spotifyAccounts) 111 111 .leftJoin( 112 112 spotifyApps, 113 - eq(spotifyTokens.spotifyAppId, spotifyApps.spotifyAppId) 113 + eq(spotifyAccounts.spotifyAppId, spotifyApps.spotifyAppId) 114 114 ) 115 115 .where( 116 116 and(