mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 11:17:19 +03:00
Match the current doc: https://opensubsonic.netlify.app/docs/endpoints/getopensubsonicextensions/ openSubsonicExtensions must be an array, not a struct
17 lines
241 B
JSON
17 lines
241 B
JSON
{
|
|
"status": "ok",
|
|
"version": "1.8.0",
|
|
"type": "navidrome",
|
|
"serverVersion": "v0.0.0",
|
|
"openSubsonic": true,
|
|
"openSubsonicExtensions": [
|
|
{
|
|
"name": "template",
|
|
"versions": [
|
|
1,
|
|
2
|
|
]
|
|
}
|
|
]
|
|
}
|