Updated Album (markdown)

Kun Deng
2019-10-13 11:19:12 -04:00
parent 7e2f9e024c
commit 491215c6e0
+4 -8
@@ -8,8 +8,7 @@
{ {
"id" : 2, "id" : 2,
"title" : "Damn", "title" : "Damn",
"album_artist" : "Kendrick Lamar", "album_artist" : "Kendrick Lamar"
"song_count" : 1
} }
``` ```
@@ -24,20 +23,17 @@
{ {
"id" : 1, "id" : 1,
"title" : "I Thought I Was an Alien", "title" : "I Thought I Was an Alien",
"album_artist" : "Soko", "album_artist" : "Soko"
"song_count" : 1
}, },
{ {
"id" : 2, "id" : 2,
"title" : "Damn", "title" : "Damn",
"album_artist" : "Kendrick Lamar", "album_artist" : "Kendrick Lamar"
"song_count" : 1
}, },
{ {
"id" : 3, "id" : 3,
"title" : "Giving Myself To You", "title" : "Giving Myself To You",
"album_artist" : "Gerald Albright", "album_artist" : "Gerald Albright"
"song_count" : 1
} }
] ]
``` ```