mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Use net.SplitHostPort instead of simple string splitting to properly handle IPv6 addresses like [::1]:8090 - Add port range validation (1-65535) - Return extracted host instead of full hostPort string on parse errors - Add net import for SplitHostPort function - Fixes all failing tests in cmd/soundtouch-cli package