Version 0.6.2 - Fix des fonctionnalités externes de la version

This commit is contained in:
Raphix
2023-08-29 12:01:02 +02:00
parent 30a36e9289
commit 36539ebe21
2 changed files with 41 additions and 3 deletions

View File

@ -245,8 +245,8 @@ module.exports.List = class {
}
for(var song of playlist) {
const song_finded = await client.manager.search(song.url)
const song_finded = await client.manager.search(song.uri)
next.push(song_finded.tracks[0])
}