Skip to content

Instantly share code, notes, and snippets.

@palikhov
Created February 11, 2019 08:11
Show Gist options
  • Save palikhov/1f8641700661c83c69b8a43bca2e8679 to your computer and use it in GitHub Desktop.
Save palikhov/1f8641700661c83c69b8a43bca2e8679 to your computer and use it in GitHub Desktop.
Jukebox: clear jukebox
(function(){
while(Jukebox.playlist.length) {
Jukebox.playlist.models[0].destroy();
}
d20.Campaign.save({jukeboxfolder: ""});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment