Fix invalid json caused by a missing comma.

This commit is contained in:
EdwardDowling
2019-06-01 16:18:48 +01:00
parent 30d7106bf6
commit 53d5d5a375

View File

@@ -12,7 +12,7 @@
"name": "13th Floor Elevators"
}
]
}
},
{
"name": "A",
"artist": [
@@ -25,7 +25,7 @@
"name": "Anikas"
}
]
},
}
]
}
}