tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
Merge branch 'main' into feat/feed-generator
tsiry-sandratraina.com
4 months ago
fa21ef69
6d6f7924
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
api
src
spotify
app.ts
+1
-1
apps/api/src/spotify/app.ts
···
110
110
.from(spotifyAccounts)
111
111
.leftJoin(
112
112
spotifyApps,
113
113
-
eq(spotifyTokens.spotifyAppId, spotifyApps.spotifyAppId)
113
113
+
eq(spotifyAccounts.spotifyAppId, spotifyApps.spotifyAppId)
114
114
)
115
115
.where(
116
116
and(