Add getPlaylists

This commit is contained in:
CeBkCn 2016-07-07 17:09:17 +08:00 committed by GitHub
parent 79143e60f2
commit 49554adb0b

View File

@ -59,6 +59,11 @@ api.getArtistAlbums(id:Number,[callback:function,limit:Number default:3, offset:
api.getAlbums(id:Number,[callback:function])
```
## getPlaylists
``` javascript
api.Playlists(id:Number,[callback:function])
```
## License
[The MIT License (MIT)](LICENSE)