Skip to content

Instantly share code, notes, and snippets.

@johnstcn
Created September 11, 2021 11:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnstcn/084000b747f1d31bcda7c61db0740eaa to your computer and use it in GitHub Desktop.
Save johnstcn/084000b747f1d31bcda7c61db0740eaa to your computer and use it in GitHub Desktop.
(function() {
game.playlists.filter(p => p.playing).forEach(p => p.playNext());
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment