mirror of
https://github.com/navidrome/navidrome.git
synced 2026-07-02 07:12:36 +00:00
The display string (record.artist/albumArtist) is sourced from mf.Artist/mf.AlbumArtist, which carry the canonical-tag value. Matching on creditedAs failed for Picard-default tagging (ARTIST tag = canonical name, ARTIST_CREDIT = credit) because indexOf could not find the credit inside the canonical display string, silently degrading from inline linkification to bullet-list fallback. Match on artist.name (always equal to displayString slice) and let ALink continue rendering creditedAs || name for visible text.