Add songCount column to Artist table

This commit is contained in:
Deluan
2020-05-08 09:50:33 -04:00
committed by Deluan Quintão
parent 1c41582d79
commit 70047fe20e
5 changed files with 34 additions and 4 deletions
+2 -1
View File
@@ -49,7 +49,8 @@
"name": "Artist |||| Artists",
"fields": {
"name": "Name",
"albumCount": "Album Count"
"albumCount": "Album Count",
"songCount": "Song Count"
}
},
"user": {