fix(search): load album cover for song results (#984)

* fix(search): load album cover for song results

Live Search song rows carried the per-track `mf-…` coverArt id from
search3, which the cover pipeline does not resolve, so the thumbnails went
blank. Album rows worked because they use the album-scoped `al-…` id. A
song's search thumbnail is its album cover anyway — derive it from the
albumId so it loads, and show a music glyph when there is no album.

* docs: changelog for search song cover fix (#984)
This commit is contained in:
Frank Stellmacher
2026-06-04 13:05:42 +02:00
committed by GitHub
parent 19fdba006a
commit 631330ebfa
2 changed files with 18 additions and 9 deletions
+6
View File
@@ -907,6 +907,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* The song rail's previous/next and reroll buttons are now square like every other rail instead of round.
### Search — song results show their album cover
**By [@Psychotoxical](https://github.com/Psychotoxical), reported by zunoz on Discord, PR [#984](https://github.com/Psychotoxical/psysonic/pull/984)**
* Song results in the search dropdown now show their album cover instead of leaving most thumbnails blank.
## [1.46.0] - 2026-05-18
> **🙏 Special thanks to [@zz5zz](https://github.com/zz5zz)** for his tireless quirk-spotting and bug reports on the [Psysonic Discord](https://discord.gg/AMnDRErm4u) — several of the polish fixes in this release landed directly off the back of his messages.