music: add url to now playing object

This commit is contained in:
Cynthia Foxwell 2022-04-20 15:01:34 -06:00
parent 3d5fc4b2ab
commit 954754db8e

View file

@ -326,6 +326,7 @@ async function enqueue(
length, length,
start: Date.now(), start: Date.now(),
stream, stream,
url,
}; };
} }
} }