Fallback to stream.url if url_resolved is missing (#2972)
authorMarvin Schenkel <marvinschenkel@gmail.com>
Thu, 15 Jan 2026 06:53:43 +0000 (07:53 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 06:53:43 +0000 (07:53 +0100)
commit2363f582294a09afb9576ccedca4c6c858df4573
tree6509a8e1aa6319759e5ae088c2c129e6872ece3f
parent395584a65fd55da2cf4076302577aae991b2c8b2
Fallback to stream.url if url_resolved is missing (#2972)

Updated the RadioBrowserProvider to use stream.url as a fallback for the path if stream.url_resolved is not available. This ensures that a valid stream path is always provided.
music_assistant/providers/radiobrowser/__init__.py