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

song_playlist_relation添加is_del字段

This commit is contained in:
2022-11-09 16:50:30 +08:00
parent b7fc10de63
commit 8efbbec9c0
4 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ const dbUtils = global.dbUtils;
const { playlist_detail } = require('NeteaseCloudMusicApi');
const dataManager = require('../dataManager');
async function fetchAll({ args }) {
async function fetchAll() {
// 睡眠时间设置长一些不然容易触发500错误
global.sleepTime = Math.max(1000, global.sleepTime);
console.log("global.sleepTime", global.sleepTime);