Add songCount column to Artist table
This commit is contained in:
+2
-1
@@ -49,7 +49,8 @@
|
||||
"name": "Artist |||| Artists",
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"albumCount": "Album Count"
|
||||
"albumCount": "Album Count",
|
||||
"songCount": "Song Count"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
|
||||
Reference in New Issue
Block a user