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
1 changed files with 1 additions and 0 deletions

View File

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