mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 18:56:00 +00:00
Update
This commit is contained in:
@ -43,7 +43,7 @@ module.exports = {
|
||||
}
|
||||
let song = {
|
||||
id: video.id,
|
||||
title: video.title,
|
||||
title: he.decode(video.title),
|
||||
url: `https://www.youtube.com/watch?v=${video.id}`
|
||||
}
|
||||
client.global.db.playlists[message.guild.id].songs.push(song);
|
||||
|
Reference in New Issue
Block a user