I'm using the Get Current User's Playlists API. Why is the following playlists display null?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
{ "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd/playlists?offset=0&limit=50&locale=zh-CN,...", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 4, "items": [ null, null, { "collaborative": false, "description": "Adraliaris.Karen Wilson", "external_urls": { "spotify": "" }, "href": "https://api.spotify.com/v1/playlists/4G8FP2fGlExNDurxBSMNFj", "id": "4G8FP2fGlExNDurxBSMNFj", "images": null, "name": "Pure music", "owner": { "display_name": "FSDF", "external_urls": { "spotify": "https://open.spotify.com/user/igmddx8viou6ig6s7e3dj0mzd" }, "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd", "id": "igmddx8viou6ig6s7e3dj0mzd", "type": "user", "uri": "spotify:user:igmddx8viou6ig6s7e3dj0mzd" }, "primary_color": null, "public": true, "snapshot_id": "AAAAAQc879phPxXzuNwi1t4Y5+yVDSFT", "tracks": { "href": "https://api.spotify.com/v1/playlists/4G8FP2fGlExNDurxBSMNFj/tracks", "total": 0 }, "type": "playlist", "uri": "spotify:playlist:4G8FP2fGlExNDurxBSMNFj" }, { "collaborative": false, "description": "", "external_urls": { "spotify": "" }, "href": "https://api.spotify.com/v1/playlists/6lgcttHFbgEHx1a6GHjDgE", "id": "6lgcttHFbgEHx1a6GHjDgE", "images": null, "name": "with you", "owner": { "display_name": "FSDF", "external_urls": { "spotify": "https://open.spotify.com/user/igmddx8viou6ig6s7e3dj0mzd" }, "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd", "id": "igmddx8viou6ig6s7e3dj0mzd", "type": "user", "uri": "spotify:user:igmddx8viou6ig6s7e3dj0mzd" }, "primary_color": null, "public": true, "snapshot_id": "AAAABoQI6XLhpLv17b+4GRXr8ePxRVpK", "tracks": { "href": "https://api.spotify.com/v1/playlists/6lgcttHFbgEHx1a6GHjDgE/tracks", "total": 203 }, "type": "playlist", "uri": "spotify:playlist:6lgcttHFbgEHx1a6GHjDgE" } ] }
- Labels:
-
Feature Request
-
Possible Bug
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page