Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some new magmastream things (: #563

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2024

  1. Fixed some new magmastream things (:

    - bumped magmastream from 2.5.4 to 2.5.5
    - removed player.autoplay as that is handled by magmastream player.isAutoplay (Player.js)
    - removed player.autoplay = !player.autoplay  as that is handled by magmastream (autoplay.js)
    - changed timedDelete from trackStart message to be handled automatically by magmastream on trackEnd event
    https://docs.blackforthosting.com/typedefs/nowplayingmessage
    https://docs.blackforthosting.com/classes/player#setnowplayingmessage
    Vexify4103 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1f08e0f View commit details
    Browse the repository at this point in the history
  2. Update trackStart.js

    Vexify4103 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    01c41a8 View commit details
    Browse the repository at this point in the history