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
+3 -3
View File
@@ -9,9 +9,9 @@
{
"name": "a",
"artist": [
{ "id": "ar-1", "name": "artist-0", "albumCount": 3 },
{ "id": "ar-2", "name": "artist-1", "albumCount": 3 },
{ "id": "ar-3", "name": "artist-2", "albumCount": 3 }
{ "id": "ar-1", "name": "artist-0", "albumCount": 6 },
{ "id": "ar-2", "name": "artist-1", "albumCount": 6 },
{ "id": "ar-3", "name": "artist-2", "albumCount": 6 }
]
}
]