diff --git a/src/player/index.ts b/src/player/index.ts index 7962810..4b069ed 100644 --- a/src/player/index.ts +++ b/src/player/index.ts @@ -127,6 +127,10 @@ export class Player { return this._stream?.information.bitrate || 0; } + public getCurrentAudioInformation() { + return this.currentAudioInformation; + } + public getQueue() { return this.queue; }