music: body not function

This commit is contained in:
Cynthia Foxwell 2022-12-10 15:54:33 -07:00
parent a4acf3a7f2
commit dba0b86d5c

View file

@ -204,7 +204,7 @@ async function processUrl(url) {
}
return {
stream: await res.body(),
stream: res.body,
type,
};
}