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

feat: update get_artist_listeners to alias album_artist as artist in query

+1 -2
+1 -2
crates/analytics/src/handlers/artists.rs
··· 401 401 SELECT 402 402 s.user_id, 403 403 s.track_id, 404 - t.artist, 405 - t.album_artist, 404 + t.album_artist AS artist, 406 405 t.title as track_title, 407 406 t.uri as track_uri, 408 407 COUNT(*) as play_count