soulsync/webui
Broque Thomas 1384b966e8 Fix Unknown Artist when adding playlist tracks to wishlist
When adding tracks to wishlist from a playlist download modal,
process.artist was undefined (only set for album downloads) and
defaulted to {name: 'Unknown Artist'}. This got stored in
source_info.artist_name and was prioritized over the track's own
artist data during wishlist download post-processing.

Now resolves the artist per-track from the track's own artists array,
falling back to the process-level artist only for album downloads
where it's actually set correctly.
2026-04-17 14:01:56 -07:00
..
static Fix Unknown Artist when adding playlist tracks to wishlist 2026-04-17 14:01:56 -07:00
index.html Add batch context panel to Downloads page 2026-04-17 12:18:00 -07:00