Commit 072d14c2 by Steven Johns Committed by GitHub

Corrected `artist` and `album_name`

`The Roots` are the band: https://en.wikipedia.org/wiki/The_Roots

`Undun` is their album: https://en.wikipedia.org/wiki/Undun
parent 0dec36eb
...@@ -99,8 +99,8 @@ For example, the following serializer: ...@@ -99,8 +99,8 @@ For example, the following serializer:
Would serialize to a representation like this: Would serialize to a representation like this:
{ {
'album_name': 'The Roots', 'album_name': 'Undun',
'artist': 'Undun', 'artist': 'The Roots',
'tracks': [ 'tracks': [
89, 89,
90, 90,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment