mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-10 13:47:59 -05:00
fix(types): return artist's song remote cover url
This commit is contained in:
@@ -477,6 +477,11 @@ impl RemoteCoverUrl for Artist {
|
||||
.iter()
|
||||
.map(|album| album.with_remote_cover_url(base_url))
|
||||
.collect(),
|
||||
songs: self
|
||||
.songs
|
||||
.iter()
|
||||
.map(|track| track.with_remote_cover_url(base_url))
|
||||
.collect(),
|
||||
..self.clone()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user