mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-26 05:51:18 +02:00
8abb9d119b
- Persist registry URL inside store_cache.json and restore it on init so the disk cache survives app restarts instead of being wiped every launch - Fall back to the cached registry when the fetched body fails to parse, matching the existing network/HTTP error fallbacks - Detect HTML responses and surface a clear message instead of the raw Go JSON error (invalid character '<') seen in issue #474 - Validate the registry loads before persisting a new URL, and roll the backend back to the previous URL on failure, so a broken link never survives a restart or Android auto-backup restore