feat: add multi folder support

closes #50
This commit is contained in:
sentriz
2021-11-06 21:56:01 +00:00
parent fa587fc7de
commit 40cd031b05
32 changed files with 743 additions and 605 deletions
+7 -1
View File
@@ -3,6 +3,12 @@
"status": "ok",
"version": "1.15.0",
"type": "gonic",
"searchResult2": {}
"searchResult2": {
"artist": [
{ "id": "al-1", "parent": "al-5", "name": "artist-0" },
{ "id": "al-6", "parent": "al-5", "name": "artist-1" },
{ "id": "al-10", "parent": "al-5", "name": "artist-2" }
]
}
}
}