提交 c2460b03 编写于 作者: C CeBkCn 提交者: GitHub

Add getPlaylists

上级 344b452e
......@@ -3,13 +3,15 @@ import { song } from './component/song'
import { lrc } from './component/lrc'
import { getArtistAlbums } from './component/getArtistAlbums'
import { getAlbums } from './component/getAlbums'
import { getPlaylists } from './component/getPlaylists'
let api = {
search: search,
song: song,
lrc: lrc,
getArtistAlbums: getArtistAlbums,
getAlbums: getAlbums
getAlbums: getAlbums,
getPlaylists: getPlaylists
}
export {api}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册