Creating functional loop, pause and unpause

This commit is contained in:
Azaaxin
2023-06-25 04:00:21 +02:00
parent 35eb54ab8c
commit dddbe81fab
12 changed files with 106 additions and 74 deletions

View File

@@ -6,7 +6,8 @@ async function getStream(query) {
return {
title: songInformation.name,
stream: stream.stream,
duration: songInformation.durationInSec
duration: songInformation.durationInSec / 1000,
userInput: query
}
}