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,
"title" : "Damn",
"album_artist" : "Kendrick Lamar",
"song_count" : 1
"album_artist" : "Kendrick Lamar"
}
```
@@ -24,20 +23,17 @@
{
"id" : 1,
"title" : "I Thought I Was an Alien",
"album_artist" : "Soko",
"song_count" : 1
"album_artist" : "Soko"
},
{
"id" : 2,
"title" : "Damn",
"album_artist" : "Kendrick Lamar",
"song_count" : 1
"album_artist" : "Kendrick Lamar"
},
{
"id" : 3,
"title" : "Giving Myself To You",
"album_artist" : "Gerald Albright",
"song_count" : 1
"album_artist" : "Gerald Albright"
}
]
```