song_playlist_relation添加is_del字段
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user