mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-06 04:33:21 +00:00
✨ feat: Current audio API
This commit is contained in:
@@ -127,6 +127,10 @@ export class Player {
|
||||
return this._stream?.information.bitrate || 0;
|
||||
}
|
||||
|
||||
public getCurrentAudioInformation() {
|
||||
return this.currentAudioInformation;
|
||||
}
|
||||
|
||||
public getQueue() {
|
||||
return this.queue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user