🐞 fix: 删除偏移量

This commit is contained in:
秋刀鱼 2024-11-12 16:56:07 +08:00
parent 739686634b
commit 249284c18c

View File

@ -115,7 +115,7 @@ export class songRequest extends plugin {
'duration': matchedSongs[i].duration 'duration': matchedSongs[i].duration
}); });
} }
let searchUrl = autoSelectNeteaseApi + '/search?keywords={}&limit=' + searchCount + '&offset=' + songListCount//搜索API let searchUrl = autoSelectNeteaseApi + '/search?keywords={}&limit=' + searchCount//搜索API
searchUrl = searchUrl.replace("{}", songKeyWord) searchUrl = searchUrl.replace("{}", songKeyWord)
await axios.get(searchUrl, { await axios.get(searchUrl, {
headers: { headers: {