return album genres as a list of objects as per opensubsonic
https://github.com/opensubsonic/open-subsonic-api/pull/51
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"songCount": 3,
|
||||
"duration": 300,
|
||||
"genre": "Unknown Genre",
|
||||
"genres": ["Unknown Genre"],
|
||||
"genres": [{ "name": "Unknown Genre" }],
|
||||
"year": 2021,
|
||||
"song": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user