Commit ae6a7b7
authored
chore: updates the types to include value inside of Genre (#10)
Adds value in genre when sending a request to getGenres.
Possible JSON response:
{
"subsonic-response": {
"status": "ok",
"version": "1.16.1",
"type": "navidrome",
"serverVersion": "0.54.3 (734eb30a)",
"openSubsonic": true,
"genres": {
"genre": [
{
"value": "Rap",
"songCount": 2065,
"albumCount": 296
},
{
"value": "Hip-Hop",
"songCount": 1926,
"albumCount": 276
}
]
}
}
}1 parent b7ced15 commit ae6a7b7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments