mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix: 删除偏移量
This commit is contained in:
parent
739686634b
commit
249284c18c
@ -115,7 +115,7 @@ export class songRequest extends plugin {
|
||||
'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)
|
||||
await axios.get(searchUrl, {
|
||||
headers: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user