Deluan 1cf5a9f215 fix(ui): match canonical name in parseAndReplaceArtists
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.
2026-05-24 21:28:05 -03:00
..