We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b372cc5 commit 12c3406Copy full SHA for 12c3406
1 file changed
player/playSong.js
@@ -27,4 +27,5 @@ module.exports = async (client, queue, song) => {
27
// Send advanced notification if queue is not already playing before
28
if (!playing && (!song.playlist || song == song.playlist.songs[0]))
29
client.sendAdvancedNotification(destination, `${lang.MESSAGE_NOW_PLAYING}`, `${song.name}`, song.thumbnail, { editReply: true });
30
+ song.metadata.playing = true;
31
}
0 commit comments