feat: Audio metadata

This commit is contained in:
2024-08-17 16:04:30 +07:00
parent ebef80e9d4
commit 97050de99a
5 changed files with 35 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ export class Player {
this.queue.push(information);
}
console.log("Enqueued", url);
return information;
}
public async seek(time: number) {