diff --git a/build/app.js b/build/app.js index 607e512..cd4f66a 100644 --- a/build/app.js +++ b/build/app.js @@ -15,12 +15,15 @@ var _getArtistAlbums = require('./component/getArtistAlbums'); var _getAlbums = require('./component/getAlbums'); +var _getPlaylists = require('./component/getPlaylists'); + var api = { search: _search.search, song: _song.song, lrc: _lrc.lrc, getArtistAlbums: _getArtistAlbums.getArtistAlbums, - getAlbums: _getAlbums.getAlbums + getAlbums: _getAlbums.getAlbums, + getPlaylists: _getPlaylists.getPlaylists }; -exports.api = api; \ No newline at end of file +exports.api = api;