Skip to content

Instantly share code, notes, and snippets.

@palikhov
Created February 20, 2019 21:20
Show Gist options
  • Save palikhov/f393f6dd02c45eff91745cd6a8cf39b5 to your computer and use it in GitHub Desktop.
Save palikhov/f393f6dd02c45eff91745cd6a8cf39b5 to your computer and use it in GitHub Desktop.
Console script: 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