mirror of https://github.com/Nezreka/SoulSync.git
Fix wishlist download status tooltip showing wrong track name (#227)
The tooltip on failed/not_found tracks was offset by 3-6 items because the backend cleanup step removed owned tracks from the wishlist between when the frontend rendered the table and when the backend assigned track indices. Surviving tracks got new enumeration indices (0,1,2...) that didn't match their original table row positions (0,1,3,4...). Fix: stamp each track with its position in the frontend's track_ids array as _original_index, so the track_index always matches the modal table row regardless of how many tracks were cleaned during processing.pull/253/head
parent
1a0fd8b95e
commit
1fb9b45d59
Loading…
Reference in new issue