fix: track button toggle bug — init Set with all track IDs

When activePlayTrackIds was null (default: all play), clicking a track
created an empty Set and deleted nothing. Now initializes with all
track IDs, so click toggles the clicked track off/on correctly.
This commit is contained in:
2026-07-27 18:34:50 +07:00
parent 509e171c20
commit 3a775fdda7
2 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long