music: body not function
This commit is contained in:
parent
a4acf3a7f2
commit
dba0b86d5c
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ async function processUrl(url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
stream: await res.body(),
|
stream: res.body,
|
||||||
type,
|
type,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue