v2.8.6
MagmaStream 2.8.6 - Release Notes
🔧 Fixes
- Fixed
player.setAutoplay()
: Now correctly recognizesUser
andClientUser
. - Fixed
ManagerEventTypes.PlayerDestroy()
: No longer emits twice when a player is destroyed. - AutoPlay Improvements:
- Now correctly uses the last played song instead of selecting an unrelated track.
- AutoPlay now activates properly when reloading a player using
manager.loadPlayerStates()
.
- Fixed duplicate songs being added to
player.queue.previous[]
. - Fixed
replaceYouTubeCredentials()
issue. - Resolved undefined properties:
player.isAutoplay
is now properly defined.player.queue.previous[0].track
is no longer undefined ontrackEnd
.
✅ Upgrade Notes:
This is a patch release with important bug fixes. No breaking changes were introduced.
🚀 How to Update:
pnpm update magmastream
# or
npm update magmastream
# or
yarn upgrade magmastream