1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

netease_music 的一些改动

This commit is contained in:
2023-06-03 00:10:47 +08:00
parent a29dc77417
commit 70e15f7e49
4 changed files with 38 additions and 22 deletions

View File

@@ -83,7 +83,7 @@ async function main(args) {
await sleepUtils.sleep(30 * 1000);
break;
case 'playlist':
await playlistUtils.fetchAll({ args: args });
await playlistUtils.fetchTop({ args: args });
process.exit(0);
break;