mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
When the same device appears under `default/` in two separate data dirs (e.g. primary DataDir and the legacy st-go/data path), the first-seen entry was kept unconditionally even when it had an empty name. A subsequent default entry carrying a real name was silently dropped, causing name loss in SyncFromAccountFull. Addresses TestReproduceMissingName regression introduced by the dedup-default-last change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>