retrouser955 / discord-player-youtubei

Super charging your bot. dpy is a tiny extractor module to test the validity of youtubei.js in discord-player version 7.
https://discord-player.js.org
Creative Commons Zero v1.0 Universal
25 stars 8 forks source link

fix: add playlist property to playlist tracks #11

Closed BernardoPe closed 4 months ago

BernardoPe commented 4 months ago

Changes

Fixes an issue that caused playlist songs to not be added to the queue.

This issue happens when the user calls the play function with the first song from the playlist as a parameter instead of the playlist itself.

Also fixes issues that might arise from not being able to access the playlist property on the tracks when the audioTracksAdd event is emitted.

Status

retrouser955 commented 4 months ago

LGTM! I honestly have no idea how I missed this.