mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:59:16 +02:00
change struct to reflect subsonic api specs, fixes #1374
This commit is contained in:
parent
38f0fd3b60
commit
7bcb8d8c89
3 changed files with 5 additions and 3 deletions
|
@ -264,7 +264,7 @@ def get_user_detail_data(user):
|
|||
"playlistRole": "true",
|
||||
"streamRole": "true",
|
||||
"jukeboxRole": "true",
|
||||
"folder": [{"value": f["id"]} for f in get_folders(user)],
|
||||
"folder": [f["id"] for f in get_folders(user)],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue