music: revert

This commit is contained in:
Cynthia Foxwell 2022-04-21 20:03:20 -06:00
parent 4409f21d94
commit a09215ab2b

View file

@ -233,7 +233,7 @@ async function enqueue(
media = url; media = url;
} }
if (connection.playing || connection._music_queue.length > 0) { if (connection.playing) {
connection._music_queue.push({ connection._music_queue.push({
url, url,
type, type,