music: revert

This commit is contained in:
Cynthia Foxwell 2022-04-21 20:03:20 -06:00
parent 4409f21d94
commit a09215ab2b
1 changed files with 1 additions and 1 deletions

View File

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