Skip to content

v2.8.6

Compare
Choose a tag to compare
@Vexify4103 Vexify4103 released this 23 Mar 18:03
· 5 commits to main since this release
d30d7d3

MagmaStream 2.8.6 - Release Notes

🔧 Fixes

  • Fixed player.setAutoplay(): Now correctly recognizes User and ClientUser.
  • 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 on trackEnd.

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