From 0a755907ffa8f2081f07641ef926c0fe21e0f82d Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 24 Feb 2026 00:36:32 +1000 Subject: [PATCH] Fix Radioparadise image URL (#3220) The change to the documentation repo moved the images --- music_assistant/providers/radioparadise/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/providers/radioparadise/constants.py b/music_assistant/providers/radioparadise/constants.py index fab23d12..73654800 100644 --- a/music_assistant/providers/radioparadise/constants.py +++ b/music_assistant/providers/radioparadise/constants.py @@ -6,7 +6,7 @@ from music_assistant_models.enums import ContentType # Base URL for station icons STATION_ICONS_BASE_URL = ( - "https://raw.githubusercontent.com/music-assistant/music-assistant.io/main/docs/assets/icons" + "https://raw.githubusercontent.com/music-assistant/music-assistant.io/main/public/assets/icons" ) # Radio Paradise channel configurations with hardcoded channels -- 2.34.1