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

[analytics] fix artist's albums incorrect album art

+2 -2
+2 -2
crates/analytics/src/handlers/artists.rs
··· 346 346 id: row.get(0)?, 347 347 title: row.get(1)?, 348 348 artist: row.get(2)?, 349 - release_date: row.get(3)?, 350 - album_art: row.get(4)?, 349 + album_art: row.get(3)?, 350 + release_date: row.get(4)?, 351 351 year: row.get(5)?, 352 352 spotify_link: None, 353 353 tidal_link: None,