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