navidrome/server/subsonic/responses/.snapshots/Responses InternetRadioStations with data should match .JSON
2023-11-18 14:43:40 -05:00

17 lines
361 B
JSON

{
"status": "ok",
"version": "1.8.0",
"type": "navidrome",
"serverVersion": "v0.0.0",
"openSubsonic": true,
"internetRadioStations": {
"internetRadioStation": [
{
"id": "12345678",
"name": "Example Stream",
"streamUrl": "https://example.com/stream",
"homePageUrl": "https://example.com"
}
]
}
}