fix: show artist album count when searching by tags

This commit is contained in:
sentriz
2021-11-10 18:45:19 +00:00
parent 48c34fdffc
commit 0c790442f4
2 changed files with 7 additions and 6 deletions

View File

@@ -5,9 +5,9 @@
"type": "gonic",
"searchResult3": {
"artist": [
{ "id": "ar-1", "name": "artist-0", "albumCount": 0 },
{ "id": "ar-2", "name": "artist-1", "albumCount": 0 },
{ "id": "ar-3", "name": "artist-2", "albumCount": 0 }
{ "id": "ar-1", "name": "artist-0", "albumCount": 3 },
{ "id": "ar-2", "name": "artist-1", "albumCount": 3 },
{ "id": "ar-3", "name": "artist-2", "albumCount": 3 }
]
}
}