A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add album and artist URIs to scrobble insertion process

+6
+6
crates/feed/src/repo/duckdb/scrobble.rs
··· 162 162 duration, 163 163 mb_id, 164 164 uri, 165 + album_uri, 166 + artist_uri, 165 167 sha256 166 168 ) VALUES ( 169 + ?, 170 + ?, 167 171 ?, 168 172 ?, 169 173 ?, ··· 205 209 record.duration, 206 210 record.mbid, 207 211 record.song_uri, 212 + record.album_uri, 213 + record.artist_uri, 208 214 track_hash, 209 215 ], 210 216 ) {