music: revert
This commit is contained in:
parent
4409f21d94
commit
a09215ab2b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue