navidrome/server/subsonic/responses/.snapshots/Responses InternetRadioStations with data should match .JSON

17 lines
363 B
JSON

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