mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
Add getPlaylists
Add getPlaylists
This commit is contained in:
parent
162974442f
commit
2ef4dfa1a9
@ -15,12 +15,15 @@ var _getArtistAlbums = require('./component/getArtistAlbums');
|
|||||||
|
|
||||||
var _getAlbums = require('./component/getAlbums');
|
var _getAlbums = require('./component/getAlbums');
|
||||||
|
|
||||||
|
var _getPlaylists = require('./component/getPlaylists');
|
||||||
|
|
||||||
var api = {
|
var api = {
|
||||||
search: _search.search,
|
search: _search.search,
|
||||||
song: _song.song,
|
song: _song.song,
|
||||||
lrc: _lrc.lrc,
|
lrc: _lrc.lrc,
|
||||||
getArtistAlbums: _getArtistAlbums.getArtistAlbums,
|
getArtistAlbums: _getArtistAlbums.getArtistAlbums,
|
||||||
getAlbums: _getAlbums.getAlbums
|
getAlbums: _getAlbums.getAlbums,
|
||||||
|
getPlaylists: _getPlaylists.getPlaylists
|
||||||
|
|
||||||
};
|
};
|
||||||
exports.api = api;
|
exports.api = api;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user