PlaylistJSON
No description provided
PlaylistJSON
| Property | Type | Value | Description |
| ----------- | ------------------------------------------------------------------------------------------------- | ----- | -------------------------- | ---------- |
| author | { name: string, url: string } | N/A | The playlist author |
| description | string | N/A | The playlist description |
| id | string | N/A | The playlist id |
| source | TrackSource | N/A | The track source |
| thumbnail | string | N/A | The thumbnail |
| title | string | N/A | The playlist title |
| tracks | Array<TrackJSON> | N/A | The tracks data (if any) |
| type | 'album' | 'playlist' | N/A | The playlist type: album | playlist |
| url | string | N/A | The playlist url |