Creating functional loop, pause and unpause
This commit is contained in:
@@ -6,7 +6,8 @@ async function getStream(query) {
|
||||
return {
|
||||
title: songInformation.name,
|
||||
stream: stream.stream,
|
||||
duration: songInformation.durationInSec
|
||||
duration: songInformation.durationInSec / 1000,
|
||||
userInput: query
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user