Version 0.6.2 - Fix des fonctionnalités externes de la version
This commit is contained in:
@ -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])
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user